summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoaD Accumulator2023-11-01 17:44:57 +0100
committerLoaD Accumulator2023-11-01 17:44:57 +0100
commit7ce88d0c8161ad7be64daca08b8705c081634202 (patch)
tree108b984091c213d9ef5f57b5211a7f7596c60409
parentf65956646ef7832b0283286516dbee6860378fef (diff)
downloadaur-7ce88d0c8161ad7be64daca08b8705c081634202.tar.gz
[FIX] Oops!
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dce43d6219fc..20c4e6f9b707 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cytoplasm-git
pkgdesc = The Telodendria core library
pkgver = 0.4.0
- pkgrel = 5
+ pkgrel = 6
url = https://git.telodendria.io/Telodendria/Cytoplasm
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 2ab74dc3ffc5..f5021bfa875d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintkiner: LoaD Accumulator <lda@freetards.xyz>
+# Maintainer: LoaD Accumulator <lda@freetards.xyz>
pkgname=cytoplasm-git
pkgver=0.4.0
-pkgrel=5
+pkgrel=6
pkgdesc="The Telodendria core library"
arch=('i686' 'x86_64' 'aarch64')
url="https://git.telodendria.io/Telodendria/Cytoplasm"
@@ -19,7 +19,7 @@ prepare() {
pkgver() {
cd "$pkgname"
- git describe --long
+ git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {