summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank LENORMAND2020-12-09 12:16:09 +0300
committerFrank LENORMAND2020-12-09 12:16:09 +0300
commit21712cc1ac12c6d405fb21d650562a976ae04af2 (patch)
treeb6020f686447067352d6f2532ea57ee93545892b
parent7f46bff97092c79d49dea77cb0ebd6ab671a06c8 (diff)
downloadaur-21712cc1ac12c6d405fb21d650562a976ae04af2.tar.gz
pkgconfig: Explicitly provide `kakoune` with a version number
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4cb52ad10dde..7186bd573485 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kakoune-git
pkgdesc = Multiple-selection, UNIX-flavored modal editor
- pkgver = 2020.01.16_r186_g60154300
- pkgrel = 2
+ pkgver = 2020.09.01_r231_gce96c3f2
+ pkgrel = 1
url = https://github.com/mawww/kakoune
arch = x86_64
arch = armv7h
@@ -15,7 +15,7 @@ pkgbase = kakoune-git
optdepends = universal-ctags-git: provides `readtags` used by `:tag` command to jump on a tag definition
optdepends = xdotool: add support for kak windows switching (in grep, make... files)
optdepends = xorg-xmessage: for nicer debugging messages
- provides = kakoune
+ provides = kakoune=2020.09.01_r231_gce96c3f2
conflicts = kakoune
options = !buildflags
source = kakoune-git::git+https://github.com/mawww/kakoune.git
diff --git a/PKGBUILD b/PKGBUILD
index 79587e55ee44..d993b8c57dfc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=kakoune-git
-pkgver=2020.01.16_r186_g60154300
-pkgrel=2
+pkgver=2020.09.01_r231_gce96c3f2
+pkgrel=1
pkgdesc='Multiple-selection, UNIX-flavored modal editor'
arch=('x86_64' 'armv7h')
url='https://github.com/mawww/kakoune'
@@ -20,7 +20,7 @@ optdepends=(
makedepends=(
'git'
)
-provides=('kakoune')
+provides=("kakoune=${pkgver}")
conflicts=('kakoune')
source=("${pkgname}::git+https://github.com/mawww/kakoune.git")
sha256sums=('SKIP')