summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhing2024-02-06 14:18:46 +0800
committerkhing2024-02-06 14:18:46 +0800
commitd936b3ae911d71eb3aa0f93456c6a1e43a53dda1 (patch)
tree21f2b81e46de14a0fe376c81878e0b071cb6c522
parent54f9d0d1b4e16806bae820e7861b1aeaebf5ce8f (diff)
downloadaur-d936b3ae911d71eb3aa0f93456c6a1e43a53dda1.tar.gz
Updated to
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0c618cb715c1..acd0a9c27639 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,11 +10,11 @@ makedepends=('git' 'make' 'curl')
source=("git+https://github.com/kRHYME7/Hyprdots-ctl.git")
md5sums=('SKIP')
-# pkgver() { #! If someone might read this help me automate the pkgver please. tnx
-# cd "$srcdir/Hyprdots-ctl" || return
-# git fetch --tags
-# git describe --tags | sed 's/-/./g' # Replace hyphens with dots to conform to versioning standards
-# }
+pkgver() { #! If someone might read this help me automate the pkgver please. tnx
+ cd "$srcdir/Hyprdots-ctl" || return
+ git fetch --tags
+ git describe --tags | sed 's/-/./g' # Replace hyphens with dots to conform to versioning standards
+}
package() {
cd "${srcdir}/Hyprdots-ctl" || return