summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoTheEvolution2016-05-09 18:55:36 +0200
committerDoTheEvolution2016-05-09 18:55:36 +0200
commitcd574554a261165f4e530eb82bfe7b05c6c6a3c1 (patch)
tree19e0cb04030b75b458d98d4fd1c47380b596347e
parenta92070cc3332324056f28a15ddfb3433bc1bd75e (diff)
downloadaur-cd574554a261165f4e530eb82bfe7b05c6c6a3c1.tar.gz
update to v0.9.7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 166a5e59d591..9018421fb9eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by makepkg 5.0.1
-# Sun May 8 14:46:15 UTC 2016
+# Mon May 9 16:52:53 UTC 2016
pkgbase = angrysearch
pkgdesc = Instant file search
- pkgver = 0.9.6
+ pkgver = 0.9.7
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.6.tar.gz
- sha256sums = 5ca17b3c52cb28237d3bf020fca8fe4ab8970f71cae0ab2b5f0b1c006bbebbc7
+ source = https://github.com/DoTheEvo/ANGRYsearch/archive/v0.9.7.tar.gz
+ sha256sums = b4099fbb86816b819531f9a83efd309971f814e0c2c62beb01274b5e4f05f27e
pkgname = angrysearch
diff --git a/PKGBUILD b/PKGBUILD
index 869bb8ec1e15..775829f337bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: DoTheEvolution <DoTheEvo@gmail.com>
pkgname="angrysearch"
-pkgver=0.9.6
+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=("5ca17b3c52cb28237d3bf020fca8fe4ab8970f71cae0ab2b5f0b1c006bbebbc7")
+sha256sums=("b4099fbb86816b819531f9a83efd309971f814e0c2c62beb01274b5e4f05f27e")
package() {
cd "ANGRYsearch-$pkgver"