summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b7e606f9d74..9afd7a1db87c 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.1
- pkgrel = 4
+ pkgrel = 5
url = http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX
install = epson-printer-utility.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 3e9b6c150ff0..a854ed4cb9fe 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.1
-pkgrel=4
+pkgrel=5
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'
@@ -28,7 +28,7 @@ prepare() {
mkdir data
cd data
for datatar in ../data.tar.*; do
- msg2 "Unpacking $datatar"
+ echo "Unpacking $datatar"
tar -xf $datatar
done
}