From 5da16b4294e5ca81bac1e9604a31bccad03e413f Mon Sep 17 00:00:00 2001 From: Colin Arnott Date: Wed, 28 Feb 2018 04:05:33 +0000 Subject: bump to v4 --- PKGBUILD | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) (limited to 'PKGBUILD') diff --git a/PKGBUILD b/PKGBUILD index 3ab46e3..db6c275 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,25 +1,18 @@ # Maintainer: Colin Arnott pkgname="brlaser" -pkgver=3 +pkgver=4 pkgrel=1 pkgdesc="CUPS driver for the Brother DCP-7065DN" arch=('x86_64') url="https://github.com/pdewacht/brlaser" license=('GPL2') depends=('cups') -source=("https://github.com/pdewacht/${pkgname}/archive/v${pkgver}.tar.gz" "0001-Add-missing-include-string.patch") -sha512sums=('79c4709e0db48fc4b359297f44c2ad35633e65210fdb941aea7a9a613de4d341319aaa7e72748f7ed821400c564b9a5c63677692103130e3a6ec5ff938e0cccf' '51f21653433adf2ba564aaee4fdda4c99132e8ffa802562f282d75a7d3d2ab61ff0a9b574164ba7e67b739595836960836668fe618b3961d0ea83dcf09536cc0') - -prepare() { - cd "${pkgname}-${pkgver}" - patch -p1 < $srcdir/${source[1]} -} +source=("https://github.com/pdewacht/${pkgname}/archive/v${pkgver}.tar.gz") +sha512sums=('1e08091adc371a35f75c245fd86f132aae7811a00bd7e9d194c47038dc9aa29296fbf8769cef6b8ea42d82467857195ba8024a9d6de8048174ecc44e0bb76067') build() { cd "${pkgname}-${pkgver}" - ./autogen.sh - ./configure --prefix=/usr - make + cmake . } check() { -- cgit v1.2.1