summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Niesen2021-10-28 15:03:22 +0200
committerLars Niesen2021-10-28 15:03:22 +0200
commit66b58c53327aa3b36ba371892f5b099168e26768 (patch)
tree5c28702cc82d22f4f08f1cf5b07fcc9afa26867f
parentc8ba91db6af35a2742c39336b3cfd474fc7b927c (diff)
downloadaur-splan-notify-git.tar.gz
made script POSIX compliant
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d7bbb955e64..2045bdb345e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = splan-notify-git
pkgdesc = Easily get Notifications from the StarPlaner timetables
- pkgver = 1.0.2
+ pkgver = 1.0.3
pkgrel = 1
url = https://github.com/TripleTrable/splan-notify
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 31793a21b81a..98c9db968868 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.2
+pkgver=1.0.3
pkgrel=1
pkgdesc="Easily get Notifications from the StarPlaner timetables"