summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSpyros Stathopoulos2015-12-08 18:02:46 +0200
committerSpyros Stathopoulos2015-12-08 18:02:46 +0200
commit4645f237e9199a222f0e0cda48e846a9b4d1bc0e (patch)
treeb447ab219b3346c2de694b218c4b1c9c9fe25ca5 /PKGBUILD
parent7f472f3755a43b2bca0d77e235dda85649310f02 (diff)
downloadaur-4645f237e9199a222f0e0cda48e846a9b4d1bc0e.tar.gz
Make backup a list instead of a standalone file
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 844da1550830..28478030cf2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=('linux-gpib')
pkgver=4.0.2
-pkgrel=2
+pkgrel=3
pkgdesc='A support package for GPIB (IEEE 488) hardware.'
arch=('i686' 'x86_64')
url='http://linux-gpib.sourceforge.net/'
@@ -14,7 +14,7 @@ optdepends=('fxload: firmware upload support for NI USB-B, Keithley KUSB-488 and
source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}%20for%203.x.x%20and%202.6.x%20kernels/${pkgver}/${pkgname}-${pkgver}.tar.gz"
'gpib_build.patch')
install='linux-gpib.install'
-backup='etc/gpib.conf'
+backup=('etc/gpib.conf')
_kernver=4.2
_extramodules=/usr/lib/modules/extramodules-${_kernver}-ARCH