summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Niesen2021-10-26 11:41:20 +0200
committerLars Niesen2021-10-26 11:41:20 +0200
commitc9b0878968ab33c2ae7c86ca255d7f9dd7ddaee9 (patch)
tree70bea5646da0dbbe56a0342759561dd1014e5dab
parent03dc46981c7b8d5b2c57174d97fce7275c2a7a89 (diff)
downloadaur-c9b0878968ab33c2ae7c86ca255d7f9dd7ddaee9.tar.gz
fixed command naming
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c49c530f3833..45b150a024bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = splan-notify-git
pkgdesc = Easily get Notifications from the StarPlaner timetables
- pkgver = 1.0.r1.g1c6718f
+ pkgver = 1.0.1.r1.g5b19c72
pkgrel = 1
url = https://github.com/TripleTrable/splan-notify
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 9c78509fd515..7002afe1acf7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=splan-notify-git
_name="${pkgname%-git}"
pkgver() { git -C "$_name" describe --tags | sed 's/^v//;s/-/.r/;s/-/./g'; }
-pkgver=1.0.r1.g1c6718f
+pkgver=1.0.1.r1.g5b19c72
pkgrel=1
pkgdesc="Easily get Notifications from the StarPlaner timetables"