Does this include the ET-8500 driver?
Search Criteria
Package Details: epson-inkjet-printer-escpr2 1.2.21-1
Package Actions
Dependencies (3)
- cups (cups-gitAUR, cups-gssapiAUR)
- ghostscript
- imagescan (optional) – scanner support
Required by (0)
Sources (2)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 11 Next › Last »
electricprism commented on 2022-04-06 23:50 (UTC)
AngryUbuntuNerd commented on 2021-12-24 19:03 (UTC)
unfortunately, the keywords field has a length limit which we have hit already
osimarr commented on 2021-12-24 18:29 (UTC)
Can you add ET-M2170 to the keyword list?
osimarr commented on 2021-12-24 17:33 (UTC) (edited on 2021-12-24 17:37 (UTC) by osimarr)
This diff updates to version 1.1.45:
diff --git a/PKGBUILD b/PKGBUILD
index eb41dcf..de29a36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=epson-inkjet-printer-escpr2
-pkgver=1.1.44
+pkgver=1.1.45
pkgrel=1
pkgdesc="Epson Inkjet Printer Driver 2 (ESC/P-R) for Linux"
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
@@ -8,17 +8,13 @@ license=('GPL2')
depends=('cups' 'ghostscript')
optdepends=('imagescan: scanner support')
options=('!libtool')
-source=('https://download3.ebz.epson.net/dsc/f/03/00/13/27/79/3e6d56a8ef3ffa0f3ffb201eed684e051ccdf55b/epson-inkjet-printer-escpr2-1.1.44-1lsb3.2.src.rpm'
- 'bug_x86_64.patch')
-sha256sums=('14e1699a3390468161249bbabbd42098dc19f0f41a9a4f1d95a994ca8cfb7a5e'
- 'ae480931863a195fb924fc5e5ea00478b3faa6cfb1507919d462f122be7d7084')
+source=('https://download3.ebz.epson.net/dsc/f/03/00/13/38/11/01e244e8529c5cbcec8d39220a9512d5e6c08eec/epson-inkjet-printer-escpr2-1.1.45-1lsb3.2.src.rpm')
+sha256sums=('3195e7d5fb03dc3e96e6f957f8dc119302ed68146a4307bd9709c90b62fd2df9')
prepare() {
tar xvf "$pkgname-$pkgver"-1lsb3.2.tar.gz
cd "$pkgname-$pkgver"
-
- patch -p1 -i "${srcdir}/bug_x86_64.patch"
}
build() {
buzo commented on 2021-05-10 18:56 (UTC) (edited on 2021-05-10 18:58 (UTC) by buzo)
Zetabite: autoconf is part of base-devel, which you apparently did not install. See here for details. If you have probelems using some AUR helper like yay, please contact them for support. See also AUR helpers.
Zetabite commented on 2021-05-06 14:55 (UTC) (edited on 2021-05-06 14:55 (UTC) by Zetabite)
Package no longer builds: /home/zetabite/.cache/yay/epson-inkjet-printer-escpr2/PKGBUILD: line 27: autoreconf: command not found
buzo commented on 2020-10-15 10:32 (UTC)
sergefan, violaian, BackpckBartender: Please click on “Flag package out-of-date“ in the top right corner instead of adding a comment when a new version is available.
Pinned Comments
andit commented on 2023-10-24 17:22 (UTC) (edited on 2024-10-12 09:35 (UTC) by andit)
With every release I update the keywords (see Package Details above) containing a list of all Epson printer series supported by this driver. Additionally, SUPPORTED-PRINTERS at the GitLab repository gitlab.com/at.gentoo.repo/epson-inkjet-printer-escpr2 also contains a list of supported printers.
Most Epson Inkjet printers are covered by either this package or epson-inkjet-printer-escpr. If your printer is not supported by this package, be sure to check the other one. You may also want to consult the Wiki, specifically CUPS and CUPS/Printer-specific problems#Epson.
Note: all packages from AUR require
base-devel
, please read Arch User Repository as a user or PKGBUILD#makedepends for details on PKGBUILD.