summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDmytro Kostiuchenko2018-06-16 12:54:42 -0400
committerDmytro Kostiuchenko2018-06-16 12:54:42 -0400
commiteb9e045f774ed8ae4667d418149263a2c163fa52 (patch)
tree9f3aef8dcfce2e9760d20f94cc5327f37df221f9 /PKGBUILD
parentc64e0ee2a2e796097d1efe7669b74d5898acd8db (diff)
downloadaur-eb9e045f774ed8ae4667d418149263a2c163fa52.tar.gz
Fix packaging for new version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f31a5fc213b9..21b232d45ff2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _gitname=randrctl
pkgname=$_gitname-git
pkgdesc="Lightweight profile based screen manager for X"
pkgver=1.0.r1.312e37c
-pkgrel=1
+pkgrel=2
arch=('any')
url="http://github.com/edio/randrctl"
license=('GPLv3')
@@ -29,7 +29,6 @@ package() {
rm bin/randrctl-setup
python setup.py install --root="$pkgdir/" --optimize=1
- install -Dm644 randrctl/misc/config.ini "$pkgdir/etc/randrctl/config.ini"
install -Dm644 randrctl/misc/completion/zsh/_randrctl "$pkgdir/usr/share/zsh/site-functions/_randrctl"
install -Dm644 randrctl/misc/completion/bash/randrctl "$pkgdir/usr/share/bash-completion/completions/randrctl"
install -Dm644 randrctl/misc/udev/99-randrctl.rules "$pkgdir/usr/lib/udev/rules.d/99-randrctl.rules"