diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-28 12:53:44 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-28 12:54:10 +0000 |
commit | 9058db9f8662df7e42e10021c94b6889aae991b8 (patch) | |
tree | a0d0bda3e7642ecad2d31024edc284c49a0950ec | |
parent | 5a9de416b97a231802dc4e3489c29de895cd18fc (diff) |
community/xfce4-clipman-plugin: upgrade to 1.4.3
-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 65a7cba5116..fc31f2907b2 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" |