summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Arnott <colin@urandom.co.uk>2019-04-13 21:44:58 +0000
committerColin Arnott <colin@urandom.co.uk>2019-04-13 21:44:58 +0000
commit67eb914fdac767e2ea3d728e3a147c8f49b86dde (patch)
tree574be129094506b6caf021e3061711b19209483e
parentbump to v4 (diff)
downloadbrlaser-67eb914fdac767e2ea3d728e3a147c8f49b86dde.tar.xz
add cmake makedepend and armv7h arch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b221773..fa87a37 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
pkgbase = brlaser
pkgdesc = CUPS driver for the Brother DCP-7065DN
pkgver = 4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pdewacht/brlaser
arch = x86_64
+ arch = armv7h
license = GPL2
+ makedepends = cmake
depends = cups
source = https://github.com/pdewacht/brlaser/archive/v4.tar.gz
sha512sums = 1e08091adc371a35f75c245fd86f132aae7811a00bd7e9d194c47038dc9aa29296fbf8769cef6b8ea42d82467857195ba8024a9d6de8048174ecc44e0bb76067
diff --git a/PKGBUILD b/PKGBUILD
index db6c275..18b63fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Maintainer: Colin Arnott <colin@urandom.co.uk>
pkgname="brlaser"
pkgver=4
-pkgrel=1
+pkgrel=2
pkgdesc="CUPS driver for the Brother DCP-7065DN"
-arch=('x86_64')
+arch=('x86_64' 'armv7h')
url="https://github.com/pdewacht/brlaser"
license=('GPL2')
depends=('cups')
+makedepends=('cmake')
source=("https://github.com/pdewacht/${pkgname}/archive/v${pkgver}.tar.gz")
sha512sums=('1e08091adc371a35f75c245fd86f132aae7811a00bd7e9d194c47038dc9aa29296fbf8769cef6b8ea42d82467857195ba8024a9d6de8048174ecc44e0bb76067')