summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOrestis Floros2022-05-31 23:53:29 +0200
committerOrestis Floros2022-05-31 23:53:29 +0200
commitd12478fc47902b39d0c1fc2693e0275de0af705b (patch)
tree4ae89a09a05ba24b7b624e5f8f552b52a607a332
parent8808cbcbb3824044bde72e64f8b1e6b19c50d00b (diff)
downloadaur-d12478fc47902b39d0c1fc2693e0275de0af705b.tar.gz
Fix git+https & provides=
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2fb5dc225308..87d64b88fbd7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xkb-switch-git
pkgdesc = Program that allows to query and change the XKB layout state
- pkgver = 1.6.0.r12.gba0ee5d
+ pkgver = 1.8.5.r8.g5dd459a
pkgrel = 1
url = https://github.com/grwlf/xkb-switch
arch = i686
@@ -10,10 +10,9 @@ pkgbase = xkb-switch-git
makedepends = cmake
depends = libx11
depends = libxkbfile
- provides = xkb-switch
+ provides = xkb-switch=1.8.5.r8.g5dd459a
conflicts = xkb-switch
- source = git+git://github.com/grwlf/xkb-switch
+ source = git+https://github.com/grwlf/xkb-switch
sha1sums = SKIP
pkgname = xkb-switch-git
-
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() {