diff options
author | Gaming4JC <g4jc@openmailbox.org> | 2016-07-17 15:53:29 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@openmailbox.org> | 2016-07-17 15:53:29 -0400 |
commit | 163a244697649bffe994bcc8414ee258ed1c9e37 (patch) | |
tree | 5cf366071dd787776b0fa485eb6cd2d61aa2e8d2 /pcr/angrysearch | |
parent | a862e308defa54061d1edfb8c08850b54a6393ff (diff) | |
download | abslibre-163a244697649bffe994bcc8414ee258ed1c9e37.tar.gz abslibre-163a244697649bffe994bcc8414ee258ed1c9e37.tar.bz2 abslibre-163a244697649bffe994bcc8414ee258ed1c9e37.zip |
new angrysearch
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 7dfb5de30..317f4c485 100644 --- a/pcr/angrysearch/PKGBUILD +++ b/pcr/angrysearch/PKGBUILD @@ -1,6 +1,6 @@ # (Arch) Maintainer: DoTheEvolution <DoTheEvo@gmail.com> pkgname="angrysearch" -pkgver=0.9.7 +pkgver=0.9.9 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=('b4099fbb86816b819531f9a83efd309971f814e0c2c62beb01274b5e4f05f27e') +sha256sums=("d2e8d9985fd9d34c9a4c14fcc57cdc6c4888bb260c95b18015de5f869bb3f9ad") package() { cd "ANGRYsearch-$pkgver" |