summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex2020-12-12 23:54:40 +0100
committerAlex2020-12-12 23:54:40 +0100
commitd3c480dbb3bad4d13f8bb88b744b8d585809216b (patch)
treecbb242e4e8025c21cb443d0fea3a17410c5db128
parentb739865f068837fd70d399198136ec8f02d8df0b (diff)
downloadaur-gnome-shell-extension-timepp-git.tar.gz
Update to v3.34_57_g767aa8c
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4ecaf836f4f..e4b81f241702 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-timepp-git
pkgdesc = A todo.txt manager, time tracker, timer, stopwatch, pomodoro, and alarm clock
- pkgver = 8aa9b59
+ pkgver = v3.34_57_g767aa8c
pkgrel = 1
url = https://github.com/zagortenay333/timepp__gnome
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index a3f8cd6bef25..e3e762b7ecf5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gnome-shell-extension-timepp-git
_pkgname=timepp__gnome
-pkgver=8aa9b59
+pkgver=v3.34_57_g767aa8c
pkgrel=1
pkgdesc="A todo.txt manager, time tracker, timer, stopwatch, pomodoro, and alarm clock"
arch=('any')
@@ -16,7 +16,7 @@ sha256sums=('SKIP')
pkgver() {
cd $_pkgname
- git describe --always --tags
+ git describe --always --tags | tr '-' '_'
}
package() {