summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Zhao2016-12-05 16:11:42 +0100
committerMax Zhao2016-12-05 16:11:42 +0100
commitbc42799f3df40b49d58f206e1addfd0e9336bd02 (patch)
treef41686b476e3a99a6a303b6e35e1329f0badaf9e
parent42132bb8ea6a68171f34615ffd5f75ebb9e608fe (diff)
downloadaur-brother-lpr-drivers-common.tar.gz
fixing broken url
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bed905ff13e2..4deaccc95537 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,8 @@ pkgbase = brother-lpr-drivers-common
arch = x86_64
license = GPL
license = custom:brother commercial license
- source = http://mirrors.kernel.org/ubuntu/pool/multiverse/b/brother-lpr-drivers-common/brother-lpr-drivers-common_1.0.0-4-0ubuntu1_.deb
+ source = http://mirrors.kernel.org/ubuntu/pool/multiverse/b/brother-lpr-drivers-common/brother-lpr-drivers-common_1.0.0-4-0ubuntu3_amd64.deb
+ md5sums = d9f8e3eacc835e6379e675d0cee855c9
pkgname = brother-lpr-drivers-common
diff --git a/PKGBUILD b/PKGBUILD
index 95778ff3b799..313ad638ba25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,14 +11,15 @@ arch=('i686' 'x86_64')
'6dc720f964d2be0a9e117289bec56a30')
[ $CARCH == "i686" ] && _a="i386" && md5sums=(
'42bb28bcdd3ec22ff50fa63db87cefb6')
-source=(http://mirrors.kernel.org/ubuntu/pool/multiverse/b/${pkgname}/${pkgname}_${pkgver}-4-0ubuntu1_${_a}.deb)
+source=(http://mirrors.kernel.org/ubuntu/pool/multiverse/b/${pkgname}/${pkgname}_${pkgver}-4-0ubuntu3_${_a}.deb)
build() {
cd $srcdir || return 1
- ar -x ${pkgname}_${pkgver}-4-0ubuntu1_${_a}.deb || return 1
+ ar -x ${pkgname}_${pkgver}-4-0ubuntu3_${_a}.deb || return 1
}
package() {
cd $pkgdir || return 1
tar -xzf ${srcdir}/data.tar.gz || return 1
}
+md5sums=('d9f8e3eacc835e6379e675d0cee855c9')