summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoseph Simone2017-01-12 17:13:40 -0800
committerJoseph Simone2017-01-12 17:13:40 -0800
commit288640ae7b7bb606e3a604dc11910d24343219e4 (patch)
treec5cbe51ac07203030436bed47e0c4d71d2192cae
parent9206fd68fccb6153a255d8f9dbf39c8fa2d900ee (diff)
downloadaur-288640ae7b7bb606e3a604dc11910d24343219e4.tar.gz
Added Multilib
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD10
2 files changed, 13 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4faee7210ee..174b0ecc16ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,21 @@
# Generated by mksrcinfo v8
-# Wed Jan 11 01:30:27 UTC 2017
+# Fri Jan 13 01:13:28 UTC 2017
pkgbase = panamfs-scan
pkgdesc = sane drivers for Panasonic multifunction printers
pkgver = 1.3.0
- pkgrel = 3
+ pkgrel = 4
arch = x86_64
+ arch = i686
license = custom:Panasonic
depends = gcc-libs-multilib
depends = gtk2
depends = libusb-compat
optdepends = lightdm
optdepends = gdm
- source = http://cs.psn-web.net/support/fax/common/file/Linux_ScanDriver/panamfs-scan-1.3.0-x86_64.tar.gz
- md5sums = 2e4c844e89c2e7e0b6258be5ef52ace9
+ source_x86_64 = http://cs.psn-web.net/support/fax/common/file/Linux_ScanDriver/panamfs-scan-1.3.0-x86_64.tar.gz
+ md5sums_x86_64 = 2e4c844e89c2e7e0b6258be5ef52ace9
+ source_i686 = http://cs.psn-web.net/support/fax/common/file/Linux_ScanDriver/panamfs-scan-1.3.0-i686.tar.gz
+ md5sums_i686 = 38e12643725f9e6d706bc0efa88e346d
pkgname = panamfs-scan
diff --git a/PKGBUILD b/PKGBUILD
index fbd446539ed3..cb82b37b62a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,17 @@
#Maintainer Joseph Simone <averagejoey2000 at tfwno dot gf>
#PKGBUILD currently download only, do not use.
pkgname=panamfs-scan
-arch=(x86_64)
+arch=('x86_64' 'i686')
license=(custom:Panasonic)
pkgver='1.3.0'
depends=('gcc-libs-multilib' 'gtk2' 'libusb-compat')
optdepends=('lightdm' 'gdm')
pkgdesc='sane drivers for Panasonic multifunction printers'
-pkgrel=3
-source=(http://cs.psn-web.net/support/fax/common/file/Linux_ScanDriver/panamfs-scan-1.3.0-x86_64.tar.gz)
-md5sums=('2e4c844e89c2e7e0b6258be5ef52ace9')
+pkgrel=4
+source_x86_64=(http://cs.psn-web.net/support/fax/common/file/Linux_ScanDriver/$pkgname-$pkgver-x86_64.tar.gz)
+source_i686=(http://cs.psn-web.net/support/fax/common/file/Linux_ScanDriver/$pkgname-$pkgver-i686.tar.gz)
+md5sums_x86_64=('2e4c844e89c2e7e0b6258be5ef52ace9')
+md5sums_i686=('38e12643725f9e6d706bc0efa88e346d')
package(){
_ver=$pkgver
_INSTALL_PATH="$pkgdir/usr/local/share/panasonic/scanner"