summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Schlichting2024-02-14 14:25:32 +0100
committerAndré Schlichting2024-02-14 14:27:07 +0100
commit154005739e6fbefebed82bd1c6ff24c35d732671 (patch)
tree84191ac40c49243d909f5dfbe542ddc322542969
parent63b20c3813940a786966d8d6609b78ad6fc06856 (diff)
downloadaur-brother-mfc-j5335dw.tar.gz
change license
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de54a036373d..ddf1717dd0f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = brother-mfc-j5335dw
pkgdesc = LPR and CUPS driver for the Brother MFC-J5335DW
pkgver = 1.0.1_0
- pkgrel = 5
+ pkgrel = 6
url = http://support.brother.com/g/b/downloadtop.aspx?c=fr&lang=fr&prod=mfcj5335dw_eu
install = brother-mfc-j5335dw.install
arch = i686
arch = x86_64
- license = custom:Brother commercial license
+ license = LicenseRef-brother commercial license
depends = cups
depends = ghostscript
depends = poppler
diff --git a/PKGBUILD b/PKGBUILD
index aa8456b7a95b..d13735b28f4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,11 +6,11 @@ pkgname="brother-mfc-j5335dw"
pkgver="1.0.1_0"
# required because of unconventional package numbering for brother
_brother_pkgver="1.0.1-0"
-pkgrel=5
+pkgrel=6
pkgdesc="LPR and CUPS driver for the Brother MFC-J5335DW"
arch=('i686' 'x86_64')
url="http://support.brother.com/g/b/downloadtop.aspx?c=fr&lang=fr&prod=mfcj5335dw_eu"
-license=('custom:Brother commercial license')
+license=('LicenseRef-brother commercial license')
depends=('cups' 'ghostscript' 'poppler' 'a2ps' 'psutils')
depends_x86_64=('lib32-glibc' 'lib32-gcc-libs')
install="$pkgname.install"