diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-01-20 09:52:25 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-01-20 09:52:25 +0100 |
commit | b0a328a153f71c59d96db44e94498f6472588876 (patch) | |
tree | 516ce15bb038d9239bda5edc199f0a291297bbd7 /pcr/angrysearch | |
parent | 92e417e74221c2101828ef2b66a77c7fdcd29433 (diff) | |
download | abslibre-b0a328a153f71c59d96db44e94498f6472588876.tar.gz abslibre-b0a328a153f71c59d96db44e94498f6472588876.tar.bz2 abslibre-b0a328a153f71c59d96db44e94498f6472588876.zip |
pcr/angrysearch: updated to 1.0.1
Diffstat (limited to 'pcr/angrysearch')
-rw-r--r-- | pcr/angrysearch/PKGBUILD | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/pcr/angrysearch/PKGBUILD b/pcr/angrysearch/PKGBUILD index 2a9aff423..5d5996f7f 100644 --- a/pcr/angrysearch/PKGBUILD +++ b/pcr/angrysearch/PKGBUILD @@ -1,6 +1,10 @@ -# (Arch) Maintainer: DoTheEvolution <DoTheEvo@gmail.com> +# Maintainer (AUR): DoTheEvolution <DoTheEvo@gmail.com> + +# parabola changes and rationale: +# no changes. + pkgname="angrysearch" -pkgver=1.0.0 +pkgver=1.0.1 pkgrel=1 pkgdesc="Instant file search" arch=("any") @@ -10,7 +14,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=("6dd2b97da63ab98f08d412bd31a0cd0413ac542d80cc7603e08b94ca13133fbe") +sha256sums=("9a550649c3efafb26660860758f2e75702ce96a0a0c50dc34ced2967b51a843f") package() { cd "ANGRYsearch-$pkgver" |