summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Miguel2023-05-17 00:41:26 +0100
committerBruno Miguel2023-05-17 00:41:26 +0100
commitfba0b9ac0ac45ee9145987686d752247d54b94d2 (patch)
treea3b121b50a47b7426c24833ce1b407ecb4bcad03
parentab91ccdb42e11fd9d563b30404cec2c8fc9fdfb4 (diff)
downloadaur-fba0b9ac0ac45ee9145987686d752247d54b94d2.tar.gz
small changes
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e7cef06dd66..1b52430f0b45 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = meowfetch-git
pkgdesc = minimal, fast and customizable system information program written in go.
pkgver = 1.0.1.r4.ge5424be
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Itsnexn/meowfetch
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 77d0d186db9b..e5afc40f6379 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _shortpkgname=meowfetch
pkgdesc=' minimal, fast and customizable system information program written in go.'
arch=('x86_64')
url='https://github.com/Itsnexn/meowfetch'
-pkgrel=1
+pkgrel=2
license=('MIT')
makedepends=('go' 'git')
source=('git+https://github.com/Itsnexn/meowfetch')
@@ -16,7 +16,7 @@ pkgver=1.0.1.r4.ge5424be
pkgver() {
cd meowfetch
- git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)//;s/-/./g'
}