summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnonymous2019-03-23 19:52:34 +0900
committerAnonymous2019-03-23 19:52:34 +0900
commit88879c74113cd1af14856a0909b0222dfe0746ec (patch)
tree24d22b96ed25159436d13aea2a4b52db65c8a16e
parentaa449e0cd56495e967da2d6197f3a5e905632095 (diff)
downloadaur-88879c74113cd1af14856a0909b0222dfe0746ec.tar.gz
update to 1.1.2
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD16
2 files changed, 13 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8c6b4fc4a80..e706c6f9574c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,17 @@
pkgbase = imagescan-plugin-networkscan
pkgdesc = Plugin for using Epson scanners with Image Scan v3 over network
- pkgver = 1.1.1
- pkgrel = 11
+ pkgver = 1.1.2
+ pkgrel = 1
url = http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX
install = imagescan-plugin-networkscan.install
arch = i686
arch = x86_64
license = custom:AVASYSPL
depends = imagescan
- source = imagescan-plugin-networkscan.install
- md5sums = f608c4458ec47603ce868e443d42ccd0
- source_i686 = https://download2.ebz.epson.net/imagescanv3/fedora/latest1/rpm/x86/imagescan-bundle-fedora-28-1.3.38.x86.rpm.tar.gz
- md5sums_i686 = 635530af9b478cdc8877a492000f6512
- source_x86_64 = https://download2.ebz.epson.net/imagescanv3/fedora/latest1/rpm/x64/imagescan-bundle-fedora-28-1.3.38.x64.rpm.tar.gz
- md5sums_x86_64 = fff9e1225db67fd448b86cf222a4a239
+ source_i686 = https://download2.ebz.epson.net/imagescanv3/fedora/latest1/rpm/x86/imagescan-bundle-fedora-29-1.3.44.x86.rpm.tar.gz
+ sha256sums_i686 = 00aa13b2ec069dfc190d0618c78649fa3ece5cc7fc43c1a8df96ca399f955027
+ source_x86_64 = https://download2.ebz.epson.net/imagescanv3/fedora/latest1/rpm/x64/imagescan-bundle-fedora-29-1.3.44.x64.rpm.tar.gz
+ sha256sums_x86_64 = 104d09ebcdf3f9ac8d9573b803ebfecfc001955f13a3b8b18ffe4b3382fe23cb
pkgname = imagescan-plugin-networkscan
diff --git a/PKGBUILD b/PKGBUILD
index 4ee5359fdfa9..94b8fbe32e73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,20 @@
-# Maintainer: Leonardo Santana Vieira <leosanvieira at gmail dot com>
+# Contributor: Leonardo Santana Vieira <leosanvieira at gmail dot com>
pkgname=imagescan-plugin-networkscan
-pkgver=1.1.1
-_pkgver=1.3.38
-pkgrel=11
-_fedrel=28
+pkgver=1.1.2
+_pkgver=1.3.44
+pkgrel=1
+_fedrel=29
pkgdesc="Plugin for using Epson scanners with Image Scan v3 over network"
arch=("i686" "x86_64")
url="http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX"
license=("custom:AVASYSPL")
depends=("imagescan")
install=imagescan-plugin-networkscan.install
-source=("imagescan-plugin-networkscan.install")
source_i686=("https://download2.ebz.epson.net/imagescanv3/fedora/latest1/rpm/x86/imagescan-bundle-fedora-${_fedrel}-${_pkgver}.x86.rpm.tar.gz")
source_x86_64=("https://download2.ebz.epson.net/imagescanv3/fedora/latest1/rpm/x64/imagescan-bundle-fedora-${_fedrel}-${_pkgver}.x64.rpm.tar.gz")
-md5sums=('f608c4458ec47603ce868e443d42ccd0')
-md5sums_i686=('635530af9b478cdc8877a492000f6512')
-md5sums_x86_64=('fff9e1225db67fd448b86cf222a4a239')
+sha256sums_i686=('00aa13b2ec069dfc190d0618c78649fa3ece5cc7fc43c1a8df96ca399f955027')
+sha256sums_x86_64=('104d09ebcdf3f9ac8d9573b803ebfecfc001955f13a3b8b18ffe4b3382fe23cb')
if [[ ${CARCH} = "x86_64" ]]; then
_pkgarch="x64"
else