summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIsmo Toijala2017-01-08 13:57:04 +0200
committerIsmo Toijala2017-01-08 13:57:04 +0200
commit70f9b7744570d24e7df9c41380d105a9154c5305 (patch)
treefa5c093f76bd69c3fdfb76a224cc6ee2c50aa9c0 /PKGBUILD
parentc2f724140459fbaa86edf6c76b6a1efca5e72dcc (diff)
downloadaur-70f9b7744570d24e7df9c41380d105a9154c5305.tar.gz
rename script to remain comptible with python-i3-git
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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')