summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Michel2020-05-03 12:57:20 +0200
committerLukas Michel2020-05-03 12:57:20 +0200
commit5747163d47eb4c8e5dd1d5bd6d324167028ed9e9 (patch)
tree4ae2e054483d8fd24aade74a9cfea97b41ee8b3f
parent59a743ac8786bb7d34adff34ecaf98887e20e792 (diff)
downloadaur-5747163d47eb4c8e5dd1d5bd6d324167028ed9e9.tar.gz
remove use of msg2 from PKGBUILD
-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
}