summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d4d03b881ca..5a5cca44aa82 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xcape-git
pkgdesc = Use modifier pressed/released solo as another key/chord, e.g. CapsLock > Escape
pkgver = 1.1.r9.gf3802fc
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://github.com/alols/xcape
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index e8545451bd80..33e15de5b0d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=xcape-git
pkgver=1.1.r9.gf3802fc
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="Use modifier pressed/released solo as another key/chord, e.g. CapsLock > Escape"
arch=('i686' 'x86_64')
@@ -29,7 +29,6 @@ build() {
package() {
cd xcape
make DESTDIR="$pkgdir/" MANDIR="/share/man/man1" install
- install -Dm 644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
install -Dm 644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
find "$pkgdir" -type d -name .git -exec rm -r '{}' +