summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c401b5b29f4..543ff1de4e1a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = raise-or-run
pkgdesc = Linux shell script to raise app window, or run app if window not already open
- pkgver = 1.0
+ pkgver = 1.1
pkgrel = 1
url = https://github.com/bulletmark/raise-or-run
arch = any
license = GPL3
depends = bash
depends = wmctrl
- source = raise-or-run-1.0.tar.gz::https://github.com/bulletmark/raise-or-run/archive/1.0.tar.gz
- md5sums = 2aa282e43dce79d666f19b2b5104fa98
+ source = raise-or-run-1.1.tar.gz::https://github.com/bulletmark/raise-or-run/archive/1.1.tar.gz
+ md5sums = 0d4225b2e7bf980911ae18e55b5a0273
pkgname = raise-or-run
diff --git a/PKGBUILD b/PKGBUILD
index c9d12be7c261..5a0a10eb117a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=raise-or-run
-pkgver=1.0
+pkgver=1.1
pkgrel=1
pkgdesc="Linux shell script to raise app window, or run app if window not already open"
url="https://github.com/bulletmark/$pkgname"
@@ -8,7 +8,7 @@ license=("GPL3")
arch=("any")
depends=("bash" "wmctrl")
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-md5sums=('2aa282e43dce79d666f19b2b5104fa98')
+md5sums=('0d4225b2e7bf980911ae18e55b5a0273')
package() {
cd "$pkgname-$pkgver"