summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoTheEvolution2016-05-23 17:23:54 +0200
committerDoTheEvolution2016-05-23 17:23:54 +0200
commitbd1bad643bbaf2af52007681c8eda30020a34393 (patch)
tree3bd88ca22bbb10e4123e8f7fca401819073ea539
parentcd574554a261165f4e530eb82bfe7b05c6c6a3c1 (diff)
downloadaur-bd1bad643bbaf2af52007681c8eda30020a34393.tar.gz
update to v0.9.8
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9018421fb9eb..21ca158bddef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by makepkg 5.0.1
-# Mon May 9 16:52:53 UTC 2016
+# Sun May 22 19:51:38 UTC 2016
pkgbase = angrysearch
pkgdesc = Instant file search
- pkgver = 0.9.7
+ pkgver = 0.9.8
pkgrel = 1
url = https://github.com/dotheevo/angrysearch/
arch = any
@@ -12,8 +12,8 @@ pkgbase = angrysearch
depends = xdg-utils
optdepends = python-gobject: desktop notifications support
optdepends = xdotool: Thunar & PCmanFM to select file on path open
- source = https://github.com/DoTheEvo/ANGRYsearch/archive/v0.9.7.tar.gz
- sha256sums = b4099fbb86816b819531f9a83efd309971f814e0c2c62beb01274b5e4f05f27e
+ source = https://github.com/DoTheEvo/ANGRYsearch/archive/v0.9.8.tar.gz
+ sha256sums = 72022b9bebfb3190cc743aebb1e3377f28686f776da56e8140f75d749d622bb3
pkgname = angrysearch
diff --git a/PKGBUILD b/PKGBUILD
index 775829f337bd..23969fb569f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: DoTheEvolution <DoTheEvo@gmail.com>
pkgname="angrysearch"
-pkgver=0.9.7
+pkgver=0.9.8
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=("72022b9bebfb3190cc743aebb1e3377f28686f776da56e8140f75d749d622bb3")
package() {
cd "ANGRYsearch-$pkgver"