summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2015-08-31 15:10:33 +0200
committerHyacinthe Cartiaux2015-08-31 15:10:33 +0200
commitf7f232d0efed96fa2b7904443f4ad0c3b10ea7da (patch)
tree4cf5bd9c05a4b323e320f29841b3d8ae195dcea4
parent9ed33a68e987391aaccafba8435044d83321de46 (diff)
downloadaur-f7f232d0efed96fa2b7904443f4ad0c3b10ea7da.tar.gz
Update to 1.5.1
-rw-r--r--PKGBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 96b141d8755d..73ea297b8cbc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
# Maintainer: Hyacinthe Cartiaux <hyacinthe.cartiaux@free.fr>
+# Contributor: James An <james@jamesan.ca>
# Contributor: Stefano Bergamini <bergs at live dot it>
# Contributor: Heiko Baums <heiko@baums-on-web.de>
# Contributor: Quentin Foussette <quentinf7@gmail.com>
pkgname=epson-inkjet-printer-escpr
-pkgver=1.5.0
+pkgver=1.5.1
pkgrel=1
pkgdesc="Epson Inkjet Printer Driver (ESC/P-R) for Linux"
arch=('i686' 'x86_64')
@@ -12,8 +13,8 @@ url="http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX"
license=('GPL2')
depends=('cups' 'ghostscript')
options=('!libtool')
-source=('https://download3.ebz.epson.net/dsc/f/03/00/03/89/04/31da65675eb5966b63b2399ab00d9f60f064530d/epson-inkjet-printer-escpr-1.5.0-1lsb3.2.src.rpm')
-sha256sums=('2588fe5de814e76d02bf27480855eed4d827b7718bf7bb87b84c6a95694c02e2')
+source=("https://download3.ebz.epson.net/dsc/f/03/00/04/07/82/224ba8b994a002f25cd3e86f246a473422e4f9f2/$pkgname-$pkgver-1lsb3.2.tar.gz")
+sha256sums=('9fa83efb66deae7e1d90fbf09591b41409fd9c7bd8beb7cc554d8aa725f043f6')
prepare() {
tar zxf "$pkgname-$pkgver-1lsb3.2.tar.gz"
@@ -32,6 +33,3 @@ package() {
make DESTDIR="$pkgdir" install
}
-
-
-