summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolay Korotkiy2018-12-03 20:43:12 +0300
committerNikolay Korotkiy2018-12-03 20:43:12 +0300
commitc57b910797fe4f28aa076a920efc7d9792bfff62 (patch)
treeaec3becd827535a6377d009a4a88e003a6231838
parentcb92a1eaecb2480cf7db16ad453b07c7e3701348 (diff)
downloadaur-iscan-plugin-gt-f500.tar.gz
Minor fixes
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD29
2 files changed, 22 insertions, 22 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8f03b7de8fd..f0af5d99f526 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
-# Generated by makepkg 5.0.1
-# Fri Dec 16 18:02:39 UTC 2016
+# Generated by makepkg 5.1.1
+# Mon Dec 3 17:38:08 UTC 2018
pkgbase = iscan-plugin-gt-f500
- pkgdesc = iscan plugin for Epson Perfection 2580 Photo scanners
+ pkgdesc = iscan plugin for Epson Perfection 2480/2580 Photo scanners
pkgver = 1.0.0
- pkgrel = 3
- url = http://avasys.jp/eng/linux_driver/
+ pkgrel = 4
+ url = http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX
arch = i686
- license = custom
+ arch = x86_64
+ license = custom:AVASYSPL
depends = iscan
source = http://a1227.g.akamai.net/f/1227/40484/1d/download.ebz.epson.net/dsc/f/01/00/01/58/54/1899fd522665e4b1c80fe95252838994192d5207/iscan-plugin-gt-f500-1.0.0-1.c2.i386.rpm
- md5sums = 8b1c398ef58769d9ceb77ad771515de3
+ sha256sums = fe87d16ce22c28e2c320286758bea32ea4cad75c83debd6fe95670b704701464
pkgname = iscan-plugin-gt-f500
diff --git a/PKGBUILD b/PKGBUILD
index f5dc821100b5..98d22e1fe31b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,21 @@
-# Maintainer: sikmir <sikmir at gmail dot com>
+# Maintainer: Nikolay Korotkiy <sikmir@gmail.com>
# Contributor: jj < markiza @ gmail.com >
-
pkgname=iscan-plugin-gt-f500
pkgver=1.0.0
-pkgrel=3
-pkgdesc="iscan plugin for Epson Perfection 2580 Photo scanners"
-arch=('i686')
-url="http://avasys.jp/eng/linux_driver/"
-license=('custom')
+pkgrel=4
+pkgdesc='iscan plugin for Epson Perfection 2480/2580 Photo scanners'
+arch=('i686' 'x86_64')
+url='http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX'
+license=('custom:AVASYSPL')
depends=('iscan')
-
-source=(http://a1227.g.akamai.net/f/1227/40484/1d/download.ebz.epson.net/dsc/f/01/00/01/58/54/1899fd522665e4b1c80fe95252838994192d5207/iscan-plugin-gt-f500-1.0.0-1.c2.i386.rpm)
-md5sums=('8b1c398ef58769d9ceb77ad771515de3')
+source=("http://a1227.g.akamai.net/f/1227/40484/1d/download.ebz.epson.net/dsc/f/01/00/01/58/54/1899fd522665e4b1c80fe95252838994192d5207/${pkgname}-${pkgver}-1.c2.i386.rpm")
+sha256sums=('fe87d16ce22c28e2c320286758bea32ea4cad75c83debd6fe95670b704701464')
package() {
- mv usr ${pkgdir}
- mkdir -p ${pkgdir}/usr/share/licenses/iscan
- mv ${pkgdir}/usr/share/doc/${pkgname}-${pkgver}/*.en.txt ${pkgdir}/usr/share/licenses/iscan/
- rm -rf ${pkgdir}/usr/share/doc
+ install -dm755 ${pkgdir}/usr/share/licenses/iscan
+ install -Dm755 usr/lib/iscan/libesint41.so.2.0.0 ${pkgdir}/usr/lib/iscan/libesint41.so.2.0.0
+ ln -s /usr/lib/iscan/libesint41.so.2.0.0 ${pkgdir}/usr/lib/iscan/libesint41.so
+ ln -s /usr/lib/iscan/libesint41.so.2.0.0 ${pkgdir}/usr/lib/iscan/libesint41.so.2
+ install -Dm644 usr/share/iscan/esfw41.bin ${pkgdir}/usr/share/iscan/esfw41.bin
+ install -Dm644 usr/share/doc/${pkgname}-${pkgver}/*.en.txt ${pkgdir}/usr/share/licenses/iscan
}
-