summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2018-11-23 02:32:26 +0100
committerpiotr2018-11-23 02:32:26 +0100
commit7b6d8269ef30e88978d087b063878961ecbdca5c (patch)
treee808e1266b5f5aed1062a13e35b4c20ba4a4124e
parentcc2837c6c5e10e5e054eb24246d6dd7568c36a34 (diff)
downloadaur-7b6d8269ef30e88978d087b063878961ecbdca5c.tar.gz
passing arguments fixed
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 030a2ee057c7..ec7f19c5fa64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
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 = 3
+ 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..a6ff0429f5e3 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=3
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 \