diff options
-rw-r--r-- | community/xfce4-clipman-plugin/APKBUILD | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/community/xfce4-clipman-plugin/APKBUILD b/community/xfce4-clipman-plugin/APKBUILD index 65a7cba511..fc31f2907b 100644 --- a/community/xfce4-clipman-plugin/APKBUILD +++ b/community/xfce4-clipman-plugin/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xfce4-clipman-plugin -pkgver=1.4.2 -pkgrel=1 +pkgver=1.4.3 +pkgrel=0 pkgdesc="Clipboard manager plugin for the Xfce panel" url="http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin" arch="all" @@ -20,15 +20,13 @@ build() { --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ - --disable-static \ - --enable-unique \ - || return 1 - make || return 1 + --disable-static + make } package() { cd "$builddir" - make DESTDIR="$pkgdir" install || return 1 + make DESTDIR="$pkgdir" install } -sha512sums="f12d9e3e37a26f9dade5b76e73ac3998030112b53e7ec7b756128f7f1ee28d19a1d7b8d4a26e0ccb69aaba2f0ab2f6c4cd5a435bd1cc7efd81c05b711480eba6 xfce4-clipman-plugin-1.4.2.tar.bz2" +sha512sums="28bc8e2be8dd3eac13a7988b68933ce84dd8cc756f0a19636cd5850d6e36714a73ad9650a28ebfc54d9ad3adb23c242abf89806124b4e00fe7d1701be1b52414 xfce4-clipman-plugin-1.4.3.tar.bz2" |