summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgit user2024-03-24 21:00:29 +0100
committergit user2024-03-24 21:00:29 +0100
commit3f20efee3bfe515cc790723cebdab0c5e80315ba (patch)
treec0bbda346b4f237a17f23e07a35f3cfe79fe08e8
parente7f2b777be29d63028b2fad3ae42fdacd01c036d (diff)
downloadaur-3f20efee3bfe515cc790723cebdab0c5e80315ba.tar.gz
Removing spurious `fur` from the beginning of `$pkgver`.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3c6244a5a39..d0466f8d58cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cito-git
pkgdesc = The Ć Programming Language. A programming language which can be translated automatically to C, C++, C#, D, Java, JavaScript, Python, Swift, TypeScript and OpenCL C.
- pkgver = fut+3.1.2+50.r2508.20240323.0490a98
+ pkgver = 3.1.2+50.r2508.20240323.0490a98
pkgrel = 1
url = http://github.com/pfusik/cito
arch = aarch64
@@ -14,7 +14,7 @@ pkgbase = cito-git
depends = dotnet-runtime
depends = gcc-libs
depends = glibc
- provides = cito=fut+3.1.2+50.r2508.20240323.0490a98
+ provides = cito=3.1.2+50.r2508.20240323.0490a98
conflicts = cito
source = cito::git+https://github.com/pfusik/cito.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 1eb6b6c35938..4b57772c73d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_projectname="cito"
_pkgname="${_projectname}"
pkgname="${_pkgname}-git"
-pkgver=fut+3.1.2+50.r2508.20240323.0490a98
+pkgver=3.1.2+50.r2508.20240323.0490a98
pkgrel=1
pkgdesc="The Ć Programming Language. A programming language which can be translated automatically to C, C++, C#, D, Java, JavaScript, Python, Swift, TypeScript and OpenCL C."
arch=(
@@ -71,7 +71,7 @@ prepare() {
pkgver() {
cd "${srcdir}/${_pkgname}"
- _ver="$(git describe --tags | sed -E -e 's|cito[-_+]||' -e 's|^[vV]||' -e 's|\-g[0-9a-f]*$||' | tr '-' '+')"
+ _ver="$(git describe --tags | sed -E -e 's|cito[-_+]||' -e 's|^fut[-_+]||' -e 's|^[vV]||' -e 's|\-g[0-9a-f]*$||' | tr '-' '+')"
_rev="$(git rev-list --count HEAD)"
_date="$(git log -1 --date=format:"%Y%m%d" --format="%ad")"
_hash="$(git rev-parse --short HEAD)"