diff options
author | Kiyoshi Aman <kiyoshi.aman@gmail.com> | 2020-04-08 15:25:45 +0000 |
---|---|---|
committer | Kiyoshi Aman <kiyoshi.aman@gmail.com> | 2020-04-08 15:25:45 +0000 |
commit | 3b30ab1cc95724f237de89f25225089ad45acf23 (patch) | |
tree | 5c909db74bb650ee6e489e62413a0e1dc622d888 | |
parent | ff5425a63e0c58c0e5242087dd422db1e9d26e26 (diff) | |
download | packages-3b30ab1cc95724f237de89f25225089ad45acf23.tar.gz packages-3b30ab1cc95724f237de89f25225089ad45acf23.tar.bz2 packages-3b30ab1cc95724f237de89f25225089ad45acf23.tar.xz packages-3b30ab1cc95724f237de89f25225089ad45acf23.zip |
user/xfce4-clipman-plugin: upgrade to 1.6.1
-rw-r--r-- | user/xfce4-clipman-plugin/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/user/xfce4-clipman-plugin/APKBUILD b/user/xfce4-clipman-plugin/APKBUILD index 1e1e5649d..45c7b33fd 100644 --- a/user/xfce4-clipman-plugin/APKBUILD +++ b/user/xfce4-clipman-plugin/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Kiyoshi Aman <adelie@aerdan.vulpine.house> # Maintainer: Kiyoshi Aman <adelie@aerdan.vulpine.house> pkgname=xfce4-clipman-plugin -pkgver=1.4.3 -pkgrel=1 +pkgver=1.6.1 +pkgrel=0 pkgdesc="Clipboard management plugin for the XFCE panel" url="https://xfce.org" arch="all" @@ -10,7 +10,7 @@ license="GPL-2.0+" depends="" makedepends="intltool libxfce4ui-dev xfce4-panel-dev libqrencode-dev" subpackages="$pkgname-lang" -source="https://archive.xfce.org/src/panel-plugins/xfce4-clipman-plugin/1.4/xfce4-clipman-plugin-$pkgver.tar.bz2" +source="https://archive.xfce.org/src/panel-plugins/xfce4-clipman-plugin/${pkgver%.*}/xfce4-clipman-plugin-$pkgver.tar.bz2" build() { LIBS="-lintl" ./configure \ @@ -32,4 +32,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="28bc8e2be8dd3eac13a7988b68933ce84dd8cc756f0a19636cd5850d6e36714a73ad9650a28ebfc54d9ad3adb23c242abf89806124b4e00fe7d1701be1b52414 xfce4-clipman-plugin-1.4.3.tar.bz2" +sha512sums="2a2aa5d7b5d841b11c6d54d4872fc8cbfb83981b2d4678075ff5aa2a4df9ea88de95b837bf3896d7ce5f434827ebb64238e68cca2e17a7104433ed5847d949dd xfce4-clipman-plugin-1.6.1.tar.bz2" |