summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxiota2024-01-27 04:51:30 -0800
committerxiota2024-01-27 04:51:42 -0800
commit358a199d272a75566160191f76e9a1674ecee90f (patch)
tree1d6d262e4e56eafb58ad379c5e1b70c103a844ec
parentfcec05d016453d33ba44c9b22f28d1bb0fc22a86 (diff)
downloadaur-358a199d272a75566160191f76e9a1674ecee90f.tar.gz
2.1.0.r67
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4ac93065f2b..0646821b3f3c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ddcutil-git
pkgdesc = Query and change Linux monitor settings using DDC/CI and USB.
- pkgver = 2.0.0.r85.ga9a4ea1b
+ pkgver = 2.1.0.r67.g90e67d7c
pkgrel = 1
url = https://github.com/rockowitz/ddcutil
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = ddcutil-git
depends = libdrm
depends = libusb
depends = libxrandr
- provides = ddcutil=2.0.0
+ provides = ddcutil=2.1.0
conflicts = ddcutil
source = ddcutil::git+https://github.com/rockowitz/ddcutil.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index fa9c482d2d95..f0a9fe3dda41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
_pkgname="ddcutil"
pkgname="$_pkgname-git"
-pkgver=2.0.0.r85.ga9a4ea1b
+pkgver=2.1.0.r67.g90e67d7c
pkgrel=1
pkgdesc='Query and change Linux monitor settings using DDC/CI and USB.'
url='http://ddcutil.com/'
@@ -39,7 +39,7 @@ if [ "$_pkgname" != "$pkgname" ] ; then
pkgver() {
cd "$_pkgsrc"
- git describe --long --tags --exclude='*[a-z][a-z]*' | sed -E 's/^v//;s/([^-]*-g)/r\1/;s/-/./g'
+ git describe --long --tags --abbrev=8 --exclude='*[a-z][a-z]*' | sed -E 's/^v//;s/([^-]*-g)/r\1/;s/-/./g'
}
fi