summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"