summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Wojdyła2022-09-07 21:15:38 +0200
committerMichał Wojdyła2022-09-07 21:15:38 +0200
commit8dfae95a1ee935494045d389892bf94384844529 (patch)
tree1ed47a41e3594579151d98d2a874d7fda73300c1
parent8efffccc7a760da230a89ed7b8f22ef73fa94f8c (diff)
downloadaur-xf86-input-cmt-setup.tar.gz
commit
-rw-r--r--.SRCINFO5
-rwxr-xr-xPKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4841b1b95615..42d2c7058876 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xf86-input-cmt-setup
pkgdesc = A script to install the correct device specific conf files for the xf86-input-cmt driver
pkgver = 1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/joebonrichie/xf86-input-cmt-conf
install = xf86-input-cmt-setup.install
arch = any
@@ -9,8 +9,7 @@ pkgbase = xf86-input-cmt-setup
makedepends = git
depends = dmidecode
provides = xf86-input-cmt=1
- source = xf86-input-cmt-conf::git+https://github.com/joebonrichie/xf86-input-cmt-conf.git
+ source = xf86-input-cmt-conf::git+https://github.com/joebonrichie/xf86-input-cmt-conf.git#commit=ab34935
md5sums = SKIP
pkgname = xf86-input-cmt-setup
-
diff --git a/PKGBUILD b/PKGBUILD
index 837b139db4a8..3e620739697a 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Submitter: Joseph Riches
+# Contributor: Joseph Riches
pkgname=xf86-input-cmt-setup
pkgdesc="A script to install the correct device specific conf files for the xf86-input-cmt driver"
pkgver=1
-pkgrel=2
+pkgrel=3
arch=(any)
url="https://github.com/joebonrichie/xf86-input-cmt-conf"
_gitname=("xf86-input-cmt-conf")
@@ -13,7 +13,7 @@ install=${pkgname}.install
depends=('dmidecode')
makedepends=('git')
-source=("$_gitname::git+https://github.com/joebonrichie/xf86-input-cmt-conf.git")
+source=("$_gitname::git+https://github.com/joebonrichie/xf86-input-cmt-conf.git#commit=ab34935")
md5sums=('SKIP')
package() {