summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVarakh2019-06-01 18:09:39 +0200
committerVarakh2019-06-01 18:09:39 +0200
commit404b30d9f3e4a2f2b5ac97ea40c22d9ba4970686 (patch)
tree4b8382b8f0c645a9dc13a2c1e0c8fba96a8f5052
parent7dde01db9a3ecb682e6385855a19ed208452993e (diff)
downloadaur-404b30d9f3e4a2f2b5ac97ea40c22d9ba4970686.tar.gz
Add lib32-glib as dependency
-rwxr-xr-x.SRCINFO9
-rwxr-xr-xPKGBUILD5
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01552fd63c32..61c9ea612292 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
-# Generated by mksrcinfo v8
-# Sat Feb 23 15:17:30 UTC 2019
pkgbase = brother-mfc-j430w
pkgdesc = LPR and CUPS driver for the Brother MFC-J430W
pkgver = 3.0.1
- pkgrel = 2
+ pkgrel = 3
url = http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/index.html
install = brother-mfc-j430w.install
arch = any
license = unknown
- source = https://downloads.varakh.de/Linux/AUR/brother-mfc-j430w-3.0.1-2.tar.gz
- md5sums = adcf866f27c2fa13f81286874f7f8204
+ depends = lib32-glib
+ source = https://downloads.varakh.de/Linux/AUR/brother-mfc-j430w-3.0.1-3.tar.gz
+ sha256sums = 7e081638195d09e7165a80d80f241c4bb9803b792da106ce5a6db785820c1497
pkgname = brother-mfc-j430w
diff --git a/PKGBUILD b/PKGBUILD
index 05f869a896b1..f276b52485a7 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
# Maintainer: Varakh <varakh[at]varakh[dot]de>
pkgname=brother-mfc-j430w
pkgver=3.0.1
-pkgrel=2
+pkgrel=3
pkgdesc="LPR and CUPS driver for the Brother MFC-J430W"
url="http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/index.html"
license=('unknown')
install='brother-mfc-j430w.install'
arch=('any')
source=("https://downloads.varakh.de/Linux/AUR/${pkgname}-${pkgver}-${pkgrel}.tar.gz")
-md5sums=('adcf866f27c2fa13f81286874f7f8204')
+depends=('lib32-glib')
+sha256sums=('7e081638195d09e7165a80d80f241c4bb9803b792da106ce5a6db785820c1497')
# server doesn't like the curl header
DLAGENTS="$( IFS=$'\n'; echo "${DLAGENTS[*]}" | grep '^http::' ) --user-agent 'Mozilla/4.0'"