summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNeoTheFox2017-10-22 20:56:09 +0300
committerNeoTheFox2017-10-22 20:56:09 +0300
commit9b7d1a9eb69f644e047bf9e4f7c65822aca4f4fe (patch)
treef2c25d4bdea1a54e368e92db28b4fda5c548a4cc /PKGBUILD
parent8bc2984f0250b3a3ad914e04f9233a7ad313b48e (diff)
downloadaur-9b7d1a9eb69f644e047bf9e4f7c65822aca4f4fe.tar.gz
call proper Make target
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() {