mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 17:33:20 +08:00
dianara: switched to pacman hooks #74
This commit is contained in:
parent
90b13cd4c2
commit
a96de863d4
@ -1,12 +1,11 @@
|
||||
pkgname=dianara
|
||||
pkgver=1.4.2
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="A Qt pump.io client"
|
||||
arch=('x86_64')
|
||||
url="http://dianara.nongnu.org/"
|
||||
license=('GPL')
|
||||
depends=('qoauth' 'qca' 'qca-ossl')
|
||||
install="$pkgname.install"
|
||||
screenshot=('http://dianara.nongnu.org/images/dianara-v0.9-release-main.png')
|
||||
source=("http://download-mirror.savannah.gnu.org/releases/$pkgname/$pkgname-v$pkgver.tar.gz")
|
||||
sha256sums=('e61b43d86759c5a941698f6f4e2dd769df08a32688acd9eaa09a67232acb93ba')
|
||||
|
@ -1,11 +0,0 @@
|
||||
post_install() {
|
||||
update-desktop-database -q
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
post_install
|
||||
}
|
Loading…
Reference in New Issue
Block a user