summaryrefslogtreecommitdiff
path: root/user/catfish
diff options
context:
space:
mode:
authorA. Wilcox <awilcox@wilcox-tech.com>2019-02-16 14:15:57 +0000
committerA. Wilcox <awilcox@wilcox-tech.com>2019-02-16 14:15:57 +0000
commitd672d6570b1a138a8722e1a7903b033d15e81414 (patch)
tree5cd4bcc803bf1e56cc8979642cfcae0a260f4e66 /user/catfish
parentfb03e5c884b0b17ed5221567e2864d40677a3806 (diff)
parent85704b585c5909a0f8108b4f899e1777da3afcd8 (diff)
downloadpackages-d672d6570b1a138a8722e1a7903b033d15e81414.tar.gz
packages-d672d6570b1a138a8722e1a7903b033d15e81414.tar.bz2
packages-d672d6570b1a138a8722e1a7903b033d15e81414.tar.xz
packages-d672d6570b1a138a8722e1a7903b033d15e81414.zip
Merge branch 'bump.aerdan.20190210' into 'master'
Packages upgraded for 10 February 2019 See merge request !164
Diffstat (limited to 'user/catfish')
-rw-r--r--user/catfish/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/user/catfish/APKBUILD b/user/catfish/APKBUILD
index 2dfb80c66..efcbacd72 100644
--- a/user/catfish/APKBUILD
+++ b/user/catfish/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
# Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
pkgname=catfish
-pkgver=1.4.6
+pkgver=1.4.7
pkgrel=0
pkgdesc="File-searching application for the XFCE desktop environment"
url="https://xfce.org"
@@ -11,7 +11,6 @@ depends="python3 py3-pygobject py3-pexpect"
makedepends="py3-distutils-extra intltool"
subpackages="$pkgname-doc $pkgname-lang"
source="http://archive.xfce.org/src/apps/catfish/1.4/catfish-$pkgver.tar.bz2"
-sha512sums="1c50375a9b36554123327a138c50de47abbbfd2fb334b91773312e9001e4bbc936550c2b23ad658b29fe9f1537d59997513b01bf4e2c31ce0286f5650776f8f7 catfish-1.4.6.tar.bz2"
build() {
cd "$builddir"
@@ -28,3 +27,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
+sha512sums="cafa8eaaa40522f50111b3bb9c09a116ebad827532b0cfc88bc643fb2e2d89edee53057fbbed23719f4091ca384d7ea025633e571e160d7dfced008f788a3ffd catfish-1.4.7.tar.bz2"