summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoTheEvo2021-12-18 19:47:17 +0100
committerDoTheEvo2021-12-18 19:47:17 +0100
commit6bdefae061a5dac8d1570b27cbf3212d27c681c2 (patch)
tree83bd1b2920630797b1c7fb569afb04185e7814b6
parentcaa200c4a445b10ebcf4fb2162c068f9f22c8b2a (diff)
downloadaur-6bdefae061a5dac8d1570b27cbf3212d27c681c2.tar.gz
v.1.0.4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 986de436188d..ec5dfe7a3bd2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = angrysearch
pkgdesc = Linux file search, instant results as you type
- pkgver = 1.0.3
+ pkgver = 1.0.4
pkgrel = 1
url = https://github.com/DoTheEvo/ANGRYsearch
arch = any
@@ -11,7 +11,7 @@ pkgbase = angrysearch
depends = xdg-utils
optdepends = python-gobject: desktop notifications support
optdepends = xdotool: Thunar & PCmanFM to select file on path open
- source = git+https://github.com/DoTheEvo/ANGRYsearch.git#commit=8280de62976f12432cfd42d918828aa4aafc0a01
+ source = git+https://github.com/DoTheEvo/ANGRYsearch.git#commit=0aae19d6585e45fc741e332fc5f84e5fff15a612
sha256sums = SKIP
pkgname = angrysearch
diff --git a/PKGBUILD b/PKGBUILD
index cd4fd28f0e15..1d3d5a9b3341 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Mark Wagie <mark dot wagie at tutanota dot com>
# Contributor: DoTheEvolution <DoTheEvo@gmail.com>
pkgname=angrysearch
-pkgver=1.0.3
+pkgver=1.0.4
pkgrel=1
pkgdesc="Linux file search, instant results as you type"
arch=('any')
@@ -12,7 +12,7 @@ depends=('python-pyqt5' 'libxkbcommon-x11' 'xdg-utils')
makedepends=('git')
optdepends=('python-gobject: desktop notifications support'
'xdotool: Thunar & PCmanFM to select file on path open')
-_commit=8280de62976f12432cfd42d918828aa4aafc0a01
+_commit=0aae19d6585e45fc741e332fc5f84e5fff15a612
source=("git+https://github.com/DoTheEvo/ANGRYsearch.git#commit=$_commit")
#source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
sha256sums=('SKIP')