summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOrestis Floros2022-05-31 23:53:29 +0200
committerOrestis Floros2022-05-31 23:53:29 +0200
commitd12478fc47902b39d0c1fc2693e0275de0af705b (patch)
tree4ae89a09a05ba24b7b624e5f8f552b52a607a332 /PKGBUILD
parent8808cbcbb3824044bde72e64f8b1e6b19c50d00b (diff)
downloadaur-d12478fc47902b39d0c1fc2693e0275de0af705b.tar.gz
Fix git+https & provides=
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 58988b69a5cb..43a822ad760b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,17 @@
# Contributor: DeaDDooMER <deaddoomer@deadsoftware.ru>
pkgname=xkb-switch-git
-pkgver=1.6.0.r12.gba0ee5d
+pkgver=1.8.5.r8.g5dd459a
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')
depends=('libx11' 'libxkbfile')
-provides=('xkb-switch')
+provides=("xkb-switch=$pkgver")
conflicts=('xkb-switch')
makedepends=('git' 'cmake')
-source=('git+git://github.com/grwlf/xkb-switch')
+source=('git+https://github.com/grwlf/xkb-switch')
sha1sums=('SKIP')
pkgver() {