diff options
author | Orestis Floros | 2022-05-31 23:53:29 +0200 |
---|---|---|
committer | Orestis Floros | 2022-05-31 23:53:29 +0200 |
commit | d12478fc47902b39d0c1fc2693e0275de0af705b (patch) | |
tree | 4ae89a09a05ba24b7b624e5f8f552b52a607a332 /PKGBUILD | |
parent | 8808cbcbb3824044bde72e64f8b1e6b19c50d00b (diff) | |
download | aur-d12478fc47902b39d0c1fc2693e0275de0af705b.tar.gz |
Fix git+https & provides=
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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() { |