diff options
author | Gaming4JC <g4jc@openmailbox.org> | 2016-05-11 19:56:50 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@openmailbox.org> | 2016-05-11 19:56:50 -0400 |
commit | 37601e13536a31fb00795ec031dc829d071d1a9a (patch) | |
tree | 348fd9e7ae514c9ee2d326cce9f603b52ac9fd4e /pcr/angrysearch | |
parent | af672d25fc2e7eec2f630c86825bbe9ecf078680 (diff) | |
download | abslibre-37601e13536a31fb00795ec031dc829d071d1a9a.tar.gz abslibre-37601e13536a31fb00795ec031dc829d071d1a9a.tar.bz2 abslibre-37601e13536a31fb00795ec031dc829d071d1a9a.zip |
update angrysearch to 0.9.7
Diffstat (limited to 'pcr/angrysearch')
-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" |