summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsmo Toijala2017-01-08 13:57:04 +0200
committerIsmo Toijala2017-01-08 13:57:04 +0200
commit70f9b7744570d24e7df9c41380d105a9154c5305 (patch)
treefa5c093f76bd69c3fdfb76a224cc6ee2c50aa9c0
parentc2f724140459fbaa86edf6c76b6a1efca5e72dcc (diff)
downloadaur-70f9b7744570d24e7df9c41380d105a9154c5305.tar.gz
rename script to remain comptible with python-i3-git
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--i3-wsbar.pl (renamed from i3-wsbar)0
3 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01f064f68931..6c5f5c2df3fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
-# Generated by makepkg 4.2.1
-# Fri Jun 26 08:36:24 UTC 2015
+# Generated by makepkg 5.0.1
+# Sun Jan 8 11:55:43 UTC 2017
pkgbase = i3-wsbar
pkgdesc = i3 workspace output for dzen2
pkgver = 1
- pkgrel = 2
+ pkgrel = 3
url = https://i3wm.org/
arch = any
license = BSD
@@ -11,7 +11,7 @@ pkgbase = i3-wsbar
depends = perl-ipc-run
depends = perl-json-xs
depends = perl-anyevent-i3
- source = i3-wsbar
+ source = i3-wsbar.pl
md5sums = 1af3160aa252542abdaf4b21eb942242
pkgname = i3-wsbar
diff --git a/PKGBUILD b/PKGBUILD
index 1a76bb6d7902..fb353ecc31ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=i3-wsbar
pkgver=1
-pkgrel=2
+pkgrel=3
pkgdesc='i3 workspace output for dzen2'
url='https://i3wm.org/'
arch=('any')
@@ -13,10 +13,10 @@ depends=(
'perl-json-xs'
'perl-anyevent-i3'
)
-source=('i3-wsbar')
+source=('i3-wsbar.pl')
package() {
- install -Dm755 i3-wsbar "${pkgdir}/usr/bin/i3-wsbar"
+ install -Dm755 i3-wsbar.pl "${pkgdir}/usr/bin/i3-wsbar.pl"
}
md5sums=('1af3160aa252542abdaf4b21eb942242')
diff --git a/i3-wsbar b/i3-wsbar.pl
index 19cb79320bdd..19cb79320bdd 100644
--- a/i3-wsbar
+++ b/i3-wsbar.pl