community/xarchiver: upgrade to 0.5.4.13, clarify license

This commit is contained in:
prspkt 2018-03-13 20:30:07 +00:00 committed by Natanael Copa
parent 104f9808ea
commit 481624ef87

View File

@ -1,17 +1,17 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xarchiver
pkgver=0.5.4.12
pkgrel=1
pkgver=0.5.4.13
pkgrel=0
pkgdesc="GTK+ frontend to various command line archivers"
url="https://github.com/ib/xarchiver"
arch="all"
license="GPL"
license="GPL-2.0-or-later"
depends="desktop-file-utils hicolor-icon-theme tar"
makedepends="intltool gtk+2.0-dev libxslt"
subpackages="$pkgname-doc $pkgname-lang"
source="$pkgname-$pkgver.tar.gz::https://github.com/ib/xarchiver/archive/$pkgver.tar.gz"
builddir="$srcdir/xarchiver-$pkgver"
builddir="$srcdir/$pkgname-$pkgver"
build() {
cd "$builddir"
@ -32,4 +32,5 @@ package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
}
sha512sums="18d177efed810576ee4dc4bc379817cbff390bcbfc541652d8288545bbb4a0e29b2136364e8675814a2780d06e2c5537ca4451a1c73a6becd45e1c0de7ba4554 xarchiver-0.5.4.12.tar.gz"
sha512sums="ace6b3bade20f517c63a035022944d092868e4c000976ef388a3ee70ef8a28177ee20cfb089d0984e9274722c4ec13d129fd7a4ef542e7b5cd4423c26ad5b849 xarchiver-0.5.4.13.tar.gz"