summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergii Fesenko2022-04-14 12:19:34 +0300
committerSergii Fesenko2022-04-14 12:19:34 +0300
commite3a3517a71bfd5fb906109fc1ab95dd999cfe46a (patch)
tree8a3841e5b3d30f9534f39041797f3ddaafb18861
parent1a07a0ffc807ceac726b0e86e4c9062bb1689e74 (diff)
downloadaur-e3a3517a71bfd5fb906109fc1ab95dd999cfe46a.tar.gz
exclude 'testing-' tags from versioning
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b881c0c373e2..97e290b160fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lite-xl-git
pkgdesc = A lightweight text editor written in Lua
- pkgver = 2.0.3.r335.g8c8bd46
+ pkgver = 2.0.4.r512.g16fcb2e7
pkgrel = 1
url = https://lite-xl.github.io/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 40762a315112..8bc4105f6d7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=lite-xl-git
_pkgname=lite-xl
-pkgver=2.0.3.r335.g8c8bd46
+pkgver=2.0.4.r512.g16fcb2e7
pkgrel=1
pkgdesc='A lightweight text editor written in Lua'
arch=('x86_64')
@@ -18,7 +18,7 @@ sha256sums=('SKIP')
pkgver() {
cd "${srcdir}/${_pkgname}"
- git describe --tags --long | sed 's/^v//; s/\([^-]*-g\)/r\1/; s/-/./g'
+ git describe --tags --long --exclude 'testing*' | sed 's/^v//; s/\([^-]*-g\)/r\1/; s/-/./g'
}