summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Buehler2019-11-20 23:19:09 +0100
committerFelix Buehler2019-11-20 23:19:09 +0100
commit50eabe3aa11960811d585919bec5653b742f07fc (patch)
tree58dff98be4d9ec7139d2aae9c4334789413a69d7
parent4a68f7981fd6b9ceaebbaeff3608bc2ce4c60fb2 (diff)
downloadaur-50eabe3aa11960811d585919bec5653b742f07fc.tar.gz
version bump to 0.2.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6493ee4bcf79..1bcfd87410ae 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.1
+ pkgver = 0.2.2
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=bd2397028266ceb0e2653a35f9886e42796d0866
+ source = git+https://github.com/Stunkymonkey/nautilus-open-any-terminal#commit=b733f618a8e823f23d8c074ca45e150cc25e152d
sha512sums = SKIP
pkgname = nautilus-open-any-terminal
diff --git a/PKGBUILD b/PKGBUILD
index 96e5595b3ef2..dd74555abdc1 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.1
+pkgver=0.2.2
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=bd2397028266ceb0e2653a35f9886e42796d0866
+_commit=b733f618a8e823f23d8c074ca45e150cc25e152d
source=("git+https://github.com/Stunkymonkey/nautilus-open-any-terminal#commit=$_commit")
sha512sums=("SKIP")