summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex2020-12-12 23:54:40 +0100
committerAlex2020-12-12 23:54:40 +0100
commitd3c480dbb3bad4d13f8bb88b744b8d585809216b (patch)
treecbb242e4e8025c21cb443d0fea3a17410c5db128 /PKGBUILD
parentb739865f068837fd70d399198136ec8f02d8df0b (diff)
downloadaur-gnome-shell-extension-timepp-git.tar.gz
Update to v3.34_57_g767aa8c
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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() {