diff options
author | Gaming4JC <g4jc@openmailbox.org> | 2016-12-25 19:39:22 -0500 |
---|---|---|
committer | Gaming4JC <g4jc@openmailbox.org> | 2016-12-25 19:39:22 -0500 |
commit | de7d160ce3a955e59b7722fc0e97077b746d3a74 (patch) | |
tree | dde4a545c1ca67e177c5c5573e0e8179958aa924 /pcr/angrysearch | |
parent | d00948d93ef4fe868a43b1fc0e1e99d16cd01087 (diff) | |
download | abslibre-de7d160ce3a955e59b7722fc0e97077b746d3a74.tar.gz abslibre-de7d160ce3a955e59b7722fc0e97077b746d3a74.tar.bz2 abslibre-de7d160ce3a955e59b7722fc0e97077b746d3a74.zip |
update 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 317f4c485..2a9aff423 100644 --- a/pcr/angrysearch/PKGBUILD +++ b/pcr/angrysearch/PKGBUILD @@ -1,6 +1,6 @@ # (Arch) Maintainer: DoTheEvolution <DoTheEvo@gmail.com> pkgname="angrysearch" -pkgver=0.9.9 +pkgver=1.0.0 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=("d2e8d9985fd9d34c9a4c14fcc57cdc6c4888bb260c95b18015de5f869bb3f9ad") +sha256sums=("6dd2b97da63ab98f08d412bd31a0cd0413ac542d80cc7603e08b94ca13133fbe") package() { cd "ANGRYsearch-$pkgver" |