summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonardo Santana Vieira2018-06-28 13:57:15 -0300
committerLeonardo Santana Vieira2018-06-28 13:57:15 -0300
commitb527db99bf588568e77032518261751613d8c8ff (patch)
tree5d83f56bf9176e6c464eac25853880637404fa00
parent4e00a8daa81f8a6de61e97f4771ad393bf012aeb (diff)
downloadaur-b527db99bf588568e77032518261751613d8c8ff.tar.gz
metadata update to bundle 1.3.32
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 172f51be96a5..f0f5ee1f4ccc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = imagescan-plugin-networkscan
pkgdesc = Plugin for using Epson scanners with Image Scan v3 over network
pkgver = 1.1.1
- pkgrel = 7
+ pkgrel = 8
url = http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX
install = imagescan-plugin-networkscan.install
arch = i686
@@ -10,10 +10,10 @@ pkgbase = imagescan-plugin-networkscan
depends = imagescan
source = imagescan-plugin-networkscan.install
md5sums = f608c4458ec47603ce868e443d42ccd0
- source_i686 = https://download2.ebz.epson.net/imagescanv3/fedora/latest1/rpm/x86/imagescan-bundle-fedora-27-1.3.28.x86.rpm.tar.gz
- md5sums_i686 = bde21b813ff40cafeff1dc049d63bf0b
- source_x86_64 = https://download2.ebz.epson.net/imagescanv3/fedora/latest1/rpm/x64/imagescan-bundle-fedora-27-1.3.28.x64.rpm.tar.gz
- md5sums_x86_64 = 9e11515b109db565f13d500d48c94731
+ source_i686 = https://download2.ebz.epson.net/imagescanv3/fedora/latest1/rpm/x86/imagescan-bundle-fedora-28-1.3.32.x86.rpm.tar.gz
+ md5sums_i686 = 72666226f02db5fa80530849c1bb3e8d
+ source_x86_64 = https://download2.ebz.epson.net/imagescanv3/fedora/latest1/rpm/x64/imagescan-bundle-fedora-28-1.3.32.x64.rpm.tar.gz
+ md5sums_x86_64 = 9ce4c83ffb8f8d4a7e88b9cf661e2138
pkgname = imagescan-plugin-networkscan
diff --git a/PKGBUILD b/PKGBUILD
index 7e01fb621f2f..e107a707de00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=imagescan-plugin-networkscan
pkgver=1.1.1
-_pkgver=1.3.28
-pkgrel=7
-_fedrel=27
+_pkgver=1.3.32
+pkgrel=8
+_fedrel=28
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"
@@ -15,8 +15,8 @@ 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=('bde21b813ff40cafeff1dc049d63bf0b')
-md5sums_x86_64=('9e11515b109db565f13d500d48c94731')
+md5sums_i686=('72666226f02db5fa80530849c1bb3e8d')
+md5sums_x86_64=('9ce4c83ffb8f8d4a7e88b9cf661e2138')
if [[ ${CARCH} = "x86_64" ]]; then
_pkgarch="x64"
else