diff options
Diffstat (limited to 'community/libqxp/APKBUILD')
-rw-r--r-- | community/libqxp/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/libqxp/APKBUILD b/community/libqxp/APKBUILD index d774da9749..16a4163f15 100644 --- a/community/libqxp/APKBUILD +++ b/community/libqxp/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org> pkgname=libqxp -pkgver=0.0.1 -pkgrel=2 +pkgver=0.0.2 +pkgrel=0 pkgdesc="Library that parses the file format of QuarkXPress documents." url="https://wiki.documentfoundation.org/DLP/Libraries/libqxp" arch="all" @@ -30,4 +30,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="a03a9ada658a92f4d985cad91d467b3916334c74dc26c1e4de89e3929e0135ca0e9c7e7e18ce616ef56a67863ec19c2638494400785849017f9a4776df07c607 libqxp-0.0.1.tar.xz" +sha512sums="409d3df82ac522b39bdd0ef4f0a781b906e246a8e6f502009c095eea90d672c482a7fc5c7f998d89952bc598c6f51357346ed6df490c25cb48e1318e27c50dab libqxp-0.0.2.tar.xz" |