summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 030a2ee057c7..17a0e5a2ac8d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = rof-git
pkgdesc = Script to launch the command given as an argument if not yet running, else set focus to appropriate window
pkgver = 0.0.1
- pkgrel = 2
- url = https://github.com/nwg-piotr/tint2-executors
+ pkgrel = 4
+ url = https://github.com/nwg-piotr/rof
arch = x86_64
license = GPL3
depends = xorg-xprop
depends = wmctrl
source = https://raw.githubusercontent.com/nwg-piotr/rof/master/rof
- md5sums = 9cfcb57b864d33e04c80b2d0124724a6
+ md5sums = fb15dd09b638276c399a6c022687189a
pkgname = rof-git
-
diff --git a/PKGBUILD b/PKGBUILD
index dd70858d9c5e..c67557b6599b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('rof-git')
pkgver=0.0.1
-pkgrel=2
+pkgrel=4
pkgdesc="Script to launch the command given as an argument if not yet running, else set focus to appropriate window"
arch=('x86_64')
-url="https://github.com/nwg-piotr/tint2-executors"
+url="https://github.com/nwg-piotr/rof"
license=('GPL3')
depends=('xorg-xprop' 'wmctrl')
source=("https://raw.githubusercontent.com/nwg-piotr/rof/master/rof")
-md5sums=('9cfcb57b864d33e04c80b2d0124724a6')
+md5sums=('fb15dd09b638276c399a6c022687189a')
package() {
install -D -m 755 rof \