summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Michel2019-11-15 18:29:03 +0100
committerLukas Michel2019-11-15 18:29:03 +0100
commit603a95c50ae4c4f681d76e9bcc60e89fcfb75a84 (patch)
tree88065d40fd33d9f6adb9bcf77759b9f89b4116da
parent1725b4da97c683a87baa154403e4d2e20c1925b0 (diff)
downloadaur-603a95c50ae4c4f681d76e9bcc60e89fcfb75a84.tar.gz
new download link and updated gitignore
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
3 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8c9ff0ba91b..44b3856451d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = epson-printer-utility
pkgdesc = This is a Printer Utility program for Epson. Using this software, you can check ink levels, view error and other status... on EPSON Printers.
pkgver = 1.1.0
- pkgrel = 3
+ pkgrel = 4
url = http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX
install = epson-printer-utility.install
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = epson-printer-utility
depends = qt4
depends = ld-lsb=3
options = strip
- source = https://download3.ebz.epson.net/dsc/f/03/00/10/29/41/1c4d51ad4482dd7e1bd53a94ddfa0725daf904f3/epson-printer-utility_1.1.0-1lsb3.2_amd64.deb
+ source = https://download3.ebz.epson.net/dsc/f/03/00/10/33/92/4ee7647949534e45a397cf2e75b97b5d23b117df/epson-printer-utility_1.1.0-1lsb3.2_amd64.deb
source = ecbd.service
source = LICENSE
source = AVASYSPL.en.txt
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..94bf332abe8d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*.pkg.tar.xz
+*.deb
+pkg/
+src/
diff --git a/PKGBUILD b/PKGBUILD
index f441b2e02424..1fe6280be298 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Uladzimir Panasiuk <v.s.panasyuk+AUR(at)gmail.com>
pkgname=epson-printer-utility
pkgver=1.1.0
-pkgrel=3
+pkgrel=4
pkgdesc='This is a Printer Utility program for Epson. Using this software, you can check ink levels, view error and other status... on EPSON Printers.'
arch=('x86_64')
url='http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX'
@@ -10,7 +10,7 @@ license=('LGPL' 'custom:Epson License Agreement')
options=('strip')
depends=('qt4' 'ld-lsb=3')
install="$pkgname.install"
-source=("https://download3.ebz.epson.net/dsc/f/03/00/10/29/41/1c4d51ad4482dd7e1bd53a94ddfa0725daf904f3/${pkgname}_${pkgver}-1lsb3.2_amd64.deb"
+source=("https://download3.ebz.epson.net/dsc/f/03/00/10/33/92/4ee7647949534e45a397cf2e75b97b5d23b117df/${pkgname}_${pkgver}-1lsb3.2_amd64.deb"
'ecbd.service'
'LICENSE'
'AVASYSPL.en.txt'