summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore8
-rw-r--r--PKGBUILD4
3 files changed, 11 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d24555633aa..de0b400a8223 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gammy-git
pkgdesc = Adaptive screen brightness/temperature tool.
- pkgver = 0.9.58a.r0.f26792b
+ pkgver = 0.9.60.r0.g8a65ae6
pkgrel = 1
url = https://getgammy.com
arch = x86_64
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..bb7b7f4cfa8f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,8 @@
+# Ignore everything
+*
+
+# But not these files...
+!.gitignore
+!PKGBUILD
+!.SRCINFO
+!gammy.desktop
diff --git a/PKGBUILD b/PKGBUILD
index 0e8bcd31333b..c0abc569ec5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=gammy-git
-pkgver=0.9.58a.r0.f26792b
+pkgver=0.9.60.r0.g8a65ae6
pkgrel=1
pkgdesc="Adaptive screen brightness/temperature tool."
arch=('x86_64')
@@ -19,7 +19,7 @@ sha256sums=('SKIP'
pkgver() {
cd "$srcdir/${pkgname%-git}"
- printf "%s" "$(git describe --long --tags | sed 's/^v//;s/\([^-]*-\)g/r\1/;s/-/./g')"
+ git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {