summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Buehler2020-05-10 14:02:30 +0200
committerFelix Buehler2020-05-10 14:02:30 +0200
commit0ea023e5e112409cf0628a459a435020968d913e (patch)
tree09bfb7bdb110a7f555b849e14e12927acd55daef
parentf125a57bb12dc954bac1161f3127347636dcb872 (diff)
downloadaur-0ea023e5e112409cf0628a459a435020968d913e.tar.gz
new release 0.2.7
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 874d881880fb..ecb575215053 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.2.6
+ pkgver = 0.2.7
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=4792d05de724a1a7a50b216082481d4908185963
+ source = git+https://github.com/Stunkymonkey/nautilus-open-any-terminal#commit=df37ad5ee0040c601dccebbf1ba2f4c82fbe3853
sha512sums = SKIP
pkgname = nautilus-open-any-terminal
diff --git a/PKGBUILD b/PKGBUILD
index 62976197498c..a1e75a3d5ca9 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.2.6
+pkgver=0.2.7
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=4792d05de724a1a7a50b216082481d4908185963
+_commit=df37ad5ee0040c601dccebbf1ba2f4c82fbe3853
source=("git+https://github.com/Stunkymonkey/nautilus-open-any-terminal#commit=$_commit")
sha512sums=("SKIP")