summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d878c02202f9..7ecf4adf077b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Nickolay Mardanov <soniczerops@gmail.com>
pkgname=xkblayout-state
-pkgver=20150804
-pkgrel=1
+pkgver=20171010
+pkgrel=2
pkgdesc="A small command-line program to get/set the current keyboard layout."
arch=('i686' 'x86_64')
license=('GPL')
@@ -24,7 +24,7 @@ pkgver() {
build() {
cd "$_gitname"
- make
+ make all
}
package() {