summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Arnott <colin@urandom.co.uk>2019-07-08 21:10:12 +0000
committerColin Arnott <colin@urandom.co.uk>2019-07-08 21:10:12 +0000
commit75ec223877bf082f3019821e1520c9606a26195d (patch)
tree4212bbcf30a176900115f2081e40e4589341ad4b
parentadd cmake makedepend and armv7h arch (diff)
downloadbrlaser-75ec223877bf082f3019821e1520c9606a26195d.tar.xz
5-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa87a37..f2dbc19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = brlaser
pkgdesc = CUPS driver for the Brother DCP-7065DN
- pkgver = 4
- pkgrel = 2
+ pkgver = 5
+ pkgrel = 1
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
+ source = https://github.com/pdewacht/brlaser/archive/v5.tar.gz
+ sha512sums = eeb3b37beb5f9a1b6bea456fd9b5e6fc346a7d2dcf9800fa03dfae85f929de46975e4c69a24c9771049ed18847307418fd04d3fe3078b01c60ff19d12ce85058
pkgname = brlaser
diff --git a/PKGBUILD b/PKGBUILD
index 18b63fb..fdc00c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Colin Arnott <colin@urandom.co.uk>
pkgname="brlaser"
-pkgver=4
-pkgrel=2
+pkgver=5
+pkgrel=1
pkgdesc="CUPS driver for the Brother DCP-7065DN"
arch=('x86_64' 'armv7h')
url="https://github.com/pdewacht/brlaser"
@@ -9,7 +9,7 @@ license=('GPL2')
depends=('cups')
makedepends=('cmake')
source=("https://github.com/pdewacht/${pkgname}/archive/v${pkgver}.tar.gz")
-sha512sums=('1e08091adc371a35f75c245fd86f132aae7811a00bd7e9d194c47038dc9aa29296fbf8769cef6b8ea42d82467857195ba8024a9d6de8048174ecc44e0bb76067')
+sha512sums=('eeb3b37beb5f9a1b6bea456fd9b5e6fc346a7d2dcf9800fa03dfae85f929de46975e4c69a24c9771049ed18847307418fd04d3fe3078b01c60ff19d12ce85058')
build() {
cd "${pkgname}-${pkgver}"