summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Buehler2019-10-27 21:38:42 +0100
committerFelix Buehler2019-10-27 21:38:42 +0100
commitc6cd718b4452cab1b46ed3cbcb4671aaef4a3253 (patch)
tree6e3189a7970f744f0dda3f371e150845fd8ebb3d
parent1c22ec4ffd9dde1bf99965af512da693e63e717b (diff)
downloadaur-c6cd718b4452cab1b46ed3cbcb4671aaef4a3253.tar.gz
bump to version 0.2.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec6700807e3a..80ae8415ed6d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nautilus-open-any-terminal
pkgdesc = context-menu entry for opening other terminal in nautilus
- pkgver = 0.1.0
+ pkgver = 0.2.0
pkgrel = 1
url = https://github.com/Stunkymonkey/nautilus-open-any-terminal
arch = any
@@ -8,7 +8,7 @@ pkgbase = nautilus-open-any-terminal
makedepends = git
makedepends = python-setuptools
depends = python-nautilus
- source = git+https://github.com/Stunkymonkey/nautilus-open-any-terminal#commit=af11ce88bc246cd65bd0c3d24ffbdb78dc1dec6f
+ source = git+https://github.com/Stunkymonkey/nautilus-open-any-terminal#commit=f537dfa37dbcc75cd4762222d83f9788f647a8ed
sha512sums = SKIP
pkgname = nautilus-open-any-terminal
diff --git a/PKGBUILD b/PKGBUILD
index 0a2b6e2f36a0..f9044b37960e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Felix Bühler <account at buehler dot de>
pkgname=nautilus-open-any-terminal
-pkgver=0.1.0
+pkgver=0.2.0
pkgrel=1
pkgdesc="context-menu entry for opening other terminal in nautilus"
arch=(any)
@@ -9,7 +9,7 @@ url="https://github.com/Stunkymonkey/nautilus-open-any-terminal"
license=(GPL3)
depends=(python-nautilus)
makedepends=(git python-setuptools)
-_commit=af11ce88bc246cd65bd0c3d24ffbdb78dc1dec6f
+_commit=f537dfa37dbcc75cd4762222d83f9788f647a8ed
source=("git+https://github.com/Stunkymonkey/nautilus-open-any-terminal#commit=$_commit")
sha512sums=("SKIP")