summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcodepoet2024-06-02 02:28:28 -0700
committercodepoet2024-06-02 02:28:28 -0700
commitdd5b5949bcaa1072f1e7bac7d486393a83d15706 (patch)
tree7f35b85441fbcd9c29a9030528439dacbcfc37b9
parent3bd2ab84e56d1adfbb325e82552ec8ab8265cae4 (diff)
downloadaur-arttime-git.tar.gz
Update arttime to v2.3.4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD14
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90c0017c7afb..842defacff45 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = arttime-git
pkgdesc = arttime is a clock, timer, time manager and text-art viewer for the terminal (https://github.com/poetaman/arttime/wiki)
- pkgver = 2.3.2.r501
- pkgrel = 11
+ pkgver = 2.3.4
+ pkgrel = 12
url = https://github.com/poetaman/arttime
arch = any
license = ARTTIME
diff --git a/PKGBUILD b/PKGBUILD
index 32743692944b..f5837f8e02b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_name="arttime"
pkgname="${_name}-git"
-pkgver=2.3.2.r501
-pkgrel=11
+pkgver=2.3.4
+pkgrel=12
pkgdesc="arttime is a clock, timer, time manager and text-art viewer for the terminal (https://github.com/poetaman/$_name/wiki)"
arch=('any')
url="https://github.com/poetaman/${_name}"
@@ -19,11 +19,11 @@ provides=(${_name})
source=("git+https://github.com/poetaman/$_name.git")
sha256sums=('SKIP')
-pkgver() {
- cd "${srcdir}/${_name}"
- echo "$(git describe --tags $(git rev-list --tags --max-count=1)| grep -o '[0-9.]*'
-).r$(git rev-list --count HEAD)"
-}
+#pkgver() {
+# cd "${srcdir}/${_name}"
+# echo "$(git describe --tags $(git rev-list --tags --max-count=1)| grep -o '[0-9.]*'
+#).r$(git rev-list --count HEAD)"
+#}
package() {
cd "$_name"