summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87d64b88fbd7..d9e27fc12da5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = xkb-switch-git
pkgdesc = Program that allows to query and change the XKB layout state
- pkgver = 1.8.5.r8.g5dd459a
+ pkgver = 1.8.5.r10.g2687564
pkgrel = 1
url = https://github.com/grwlf/xkb-switch
arch = i686
arch = x86_64
- license = GPL3
+ license = MIT
makedepends = git
makedepends = cmake
depends = libx11
depends = libxkbfile
- provides = xkb-switch=1.8.5.r8.g5dd459a
+ provides = xkb-switch=1.8.5.r10.g2687564
conflicts = xkb-switch
source = git+https://github.com/grwlf/xkb-switch
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 43a822ad760b..6a4eb7e0a919 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
# Contributor: DeaDDooMER <deaddoomer@deadsoftware.ru>
pkgname=xkb-switch-git
-pkgver=1.8.5.r8.g5dd459a
+pkgver=1.8.5.r10.g2687564
pkgrel=1
pkgdesc='Program that allows to query and change the XKB layout state'
arch=('i686' 'x86_64')
url='https://github.com/grwlf/xkb-switch'
-license=('GPL3')
+license=('MIT')
depends=('libx11' 'libxkbfile')
provides=("xkb-switch=$pkgver")
conflicts=('xkb-switch')