summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorandit2023-09-29 20:19:41 +0200
committerandit2023-09-29 20:19:41 +0200
commit3bf84eb7091ffa46bb712ff382cfccdc6396a2f0 (patch)
tree85a9a18314b359d6fc05a9271c50eb59c619da1d
parentf4be34525e58058135873e2c4b2b46d9bba7e920 (diff)
downloadaur-3bf84eb7091ffa46bb712ff382cfccdc6396a2f0.tar.gz
change EPSON license from a name (EPSON-EULA) to a filename (COPYING.EPSON)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8104f7462589..b34b47f7bfbe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = epson-inkjet-printer-escpr2
arch = armv6h
arch = armv7h
license = LGPL2
- license = custom:EPSON-EULA
+ license = custom:COPYING.EPSON
depends = cups
depends = ghostscript
optdepends = imagescan: scanner support
diff --git a/PKGBUILD b/PKGBUILD
index 3935c7c5903e..eb8987e247b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgdesc="Epson Inkjet Printer Driver 2 (ESC/P-R) for Linux"
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url="https://support.epson.net/linux/Printer/LSB_distribution_pages/en/escpr2.php"
# the sources are often (delayed) also available from the EPSON driver download page: https://download.ebz.epson.net/dsc/search/01/search/?OSC=LX
-license=('LGPL2' 'custom:EPSON-EULA')
+license=('LGPL2' 'custom:COPYING.EPSON')
depends=('cups' 'ghostscript')
optdepends=('imagescan: scanner support')
options=('!libtool')