diff options
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/angrysearch/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/angrysearch/PKGBUILD b/pcr/angrysearch/PKGBUILD index 5eeb36d09..7dfb5de30 100644 --- a/pcr/angrysearch/PKGBUILD +++ b/pcr/angrysearch/PKGBUILD @@ -1,6 +1,6 @@ # (Arch) Maintainer: DoTheEvolution <DoTheEvo@gmail.com> pkgname="angrysearch" -pkgver=0.9.5 +pkgver=0.9.7 pkgrel=1 pkgdesc="Instant file search" arch=("any") @@ -10,7 +10,7 @@ depends=("python-pyqt5" "libxkbcommon-x11" "xdg-utils") optdepends=("python-gobject: desktop notifications support" "xdotool: Thunar & PCmanFM to select file on path open") source=("https://github.com/DoTheEvo/ANGRYsearch/archive/v$pkgver.tar.gz") -sha256sums=("763ccd218cf67359a768554bcbe78467b7da7552f3aa6bbbb65a728acce84969") +sha256sums=('b4099fbb86816b819531f9a83efd309971f814e0c2c62beb01274b5e4f05f27e') package() { cd "ANGRYsearch-$pkgver" |