summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIvan2015-10-05 15:50:00 -0700
committerIvan2015-10-05 15:50:00 -0700
commite7ef4e075844094fd702c972606a685a87400de3 (patch)
tree2e6f2235a4700721f8a01568b29c4737049c2672 /PKGBUILD
parentc7dc1bcaad2e9940107584c97f99aef393e7bbdd (diff)
downloadaur-e7ef4e075844094fd702c972606a685a87400de3.tar.gz
Another attempt to fix AUR Helper packaging issue
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 856df34604ad..d316c566cdfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ivan <hideaki02@gmail.com>
pkgname=displaylink
pkgver=1.0.138
-pkgrel=4
+pkgrel=5
pkgdesc="DisplayLink DL-5xxx, DL-41xx and DL-3x00 Driver for Linux"
arch=('i686' 'x86_64')
url="http://www.displaylink.com/downloads/ubuntu.php"
@@ -17,9 +17,9 @@ md5sums=('177a0905e20f01cb52db991b61f23494'
build() {
mkdir $pkgname-$pkgver
- cp 99-displaylink.rules $pkgname-$pkgver
- cp displaylink.service $pkgname-$pkgver
- cp displaylink-sleep.sh $pkgname-$pkgver
+ cp 99-displaylink.rules $pkgname-$pkgver/
+ cp displaylink.service $pkgname-$pkgver/
+ cp displaylink-sleep.sh $pkgname-$pkgver/
}
package() {