diff options
author | prspkt <prspkt@protonmail.com> | 2019-02-26 21:32:48 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-02-26 20:57:48 +0000 |
commit | d26e7988169f01a36577137d5c64f96967a5b1fd (patch) | |
tree | 699d17d7de063ebd90595da9328d5b5d23c2d0c4 /community/libqxp | |
parent | bd75ab1d15ec3ea2ff95be6ebd0ae80e9f5bbbc3 (diff) | |
download | aports-d26e7988169f01a36577137d5c64f96967a5b1fd.tar.bz2 aports-d26e7988169f01a36577137d5c64f96967a5b1fd.tar.xz |
community/libqxp: upgrade to 0.0.2
Diffstat (limited to 'community/libqxp')
-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" |