mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
Update dianara to 1.2.2.
This commit is contained in:
parent
7f0e4636bd
commit
944ee88109
@ -1,8 +1,9 @@
|
||||
# Maintainer: Jeff Huang <s8321414@gmail.com>
|
||||
# Maintainer: Neophytos Kolokotronis <tetris4@gmail.com>
|
||||
# Contributions from AUR: https://aur.archlinux.org/packages/dianara/
|
||||
|
||||
pkgname=dianara
|
||||
pkgver=1.2.1
|
||||
pkgver=1.2.2
|
||||
pkgrel=1
|
||||
pkgdesc="A Qt pump.io client"
|
||||
arch=(x86_64)
|
||||
@ -12,7 +13,7 @@ depends=('qjson' 'qoauth' '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")
|
||||
md5sums=('155ed234b310f01b856f5cfef63eac48')
|
||||
md5sums=('fdcc0724faf4eb804523403c1af8cbdf')
|
||||
|
||||
build() {
|
||||
cd $pkgname-v$pkgver
|
||||
@ -44,7 +45,7 @@ package() {
|
||||
install -Dm644 translations/*.qm \
|
||||
"$pkgdir/usr/share/locale"
|
||||
|
||||
# man (why 7?)
|
||||
install -Dm644 manual/$pkgname.7 \
|
||||
# man (why 1?)
|
||||
install -Dm644 manual/$pkgname.1 \
|
||||
"$pkgdir/usr/share/man/man1/$pkgname.1"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user