summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJameson Pugh2015-08-17 11:06:25 -0400
committerJameson Pugh2015-08-17 11:06:25 -0400
commit0b369e8d91ba89b2e05b469c88a79d8e4d77174d (patch)
treed83c7b65efd3c84e112a5b047ce5d6698159a876
parentb27d6718372ed2de56729868308fa3afa5eea3b9 (diff)
downloadaur-0b369e8d91ba89b2e05b469c88a79d8e4d77174d.tar.gz
fix PKGBUILD
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d65fd5306390..08584e05ad38 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -20,9 +20,9 @@ pkgbase = roccat-tools-full
conflicts = roccat-tools-common
replaces = roccat-tools-common
source = http://downloads.sourceforge.net/project/roccat/roccat-tools/roccat-tools-3.5.0.tar.bz2
- source =
+ source = udev-compilation-error-fix.patch
sha1sums = 2eb75f596a282a388714a3449ee45836f42c76b6
- sha1sums = 56cde9cd4f1c296f5316b0d47b7d917c6819900f
+ sha1sums = d31ad74bf91628f21415a631ec0f57b707266d0f
pkgname = roccat-tools-full
diff --git a/PKGBUILD b/PKGBUILD
index 25cc07229d6f..57116447b74d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,10 +19,10 @@ optdepends=('kmod-roccat: Adds support for the old kone device.'
conflicts=('roccat-tools-common')
replaces=('roccat-tools-common')
source=("http://downloads.sourceforge.net/project/roccat/roccat-tools/roccat-tools-$pkgver.tar.bz2"
- '')
+ 'udev-compilation-error-fix.patch')
install=roccat-tools.install
sha1sums=('2eb75f596a282a388714a3449ee45836f42c76b6'
- '56cde9cd4f1c296f5316b0d47b7d917c6819900f')
+ 'd31ad74bf91628f21415a631ec0f57b707266d0f')
build() {
cd "$srcdir/$_pkgbase-$pkgver"