summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD14
-rw-r--r--changelog.md1
3 files changed, 11 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cdf1cd035029..59978dd98cec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = brother-mfc-9335cdw
pkgdesc = LPR and CUPS drivers for the Brother MFC-9335CDW
pkgver = 1.1.4
- pkgrel = 4
+ pkgrel = 5
url = http://support.brother.com/g/s/id/linux/en/index.html
install = brother-mfc-9335cdw.install
changelog = changelog.md
@@ -13,8 +13,8 @@ pkgbase = brother-mfc-9335cdw
depends = cups
optdepends = brscan4: scanning support
optdepends = brscan-skey: scanner interface (touchscreen/buttons) support
- source = http://download.brother.com/welcome/dlf102677/mfc9335cdwlpr-1.1.3-0.i386.deb
- source = http://download.brother.com/welcome/dlf102678/mfc9335cdwcupswrapper-1.1.4-0.i386.deb
+ source = https://download.brother.com/welcome/dlf102675/mfc9335cdwlpr-1.1.3-0.i386.rpm
+ source = https://download.brother.com/welcome/dlf102676/mfc9335cdwcupswrapper-1.1.4-0.i386.rpm
md5sums = f993eb5322df2c9519a86ac0afcbb197
md5sums = f3afb684911c55a131532bb8cfdbc672
depends_x86_64 = lib32-libcups
diff --git a/PKGBUILD b/PKGBUILD
index 99cba0095428..0412014fac0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=brother-mfc-9335cdw
pkgver=1.1.4
-pkgrel=4
+pkgrel=5
pkgdesc='LPR and CUPS drivers for the Brother MFC-9335CDW'
arch=('i686' 'x86_64')
url='http://support.brother.com/g/s/id/linux/en/index.html'
@@ -14,14 +14,14 @@ optdepends=('brscan4: scanning support'
makedepends=('rpmextract')
install='brother-mfc-9335cdw.install'
changelog='changelog.md'
-source=('http://download.brother.com/welcome/dlf102677/mfc9335cdwlpr-1.1.3-0.i386.deb'
- 'http://download.brother.com/welcome/dlf102678/mfc9335cdwcupswrapper-1.1.4-0.i386.deb')
-md5sums=('f993eb5322df2c9519a86ac0afcbb197'
- 'f3afb684911c55a131532bb8cfdbc672')
+source=('https://download.brother.com/welcome/dlf102675/mfc9335cdwlpr-1.1.3-0.i386.rpm'
+ 'https://download.brother.com/welcome/dlf102676/mfc9335cdwcupswrapper-1.1.4-0.i386.rpm')
+md5sums=('8f37eaeb181e9f2993b719294e944dc5'
+ '41108dca49edd1f014c54d9333048d4e')
package() {
- rpmextract mfc9335cdwlpr-1.1.3-0.i386.rpm
- rpmextract mfc9335cdwcupswrapper-1.1.4-0.i386.rpm
+ rpmextract.sh mfc9335cdwlpr-1.1.3-0.i386.rpm
+ rpmextract.sh mfc9335cdwcupswrapper-1.1.4-0.i386.rpm
mv $srcdir/usr/ $pkgdir/
mv $srcdir/opt/ $pkgdir/
}
diff --git a/changelog.md b/changelog.md
index 8a4ead60ca52..948c10eb21ca 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,6 +1,7 @@
# Package brother-mfc-9335cdw
## Version 1.1.4
+* Fixed incorrect deb source
* Added forgotten cups dependency
* Moved make dependencies into their appropriate variable
* Moved 64bit dependencies to their appropriate variable