summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom X. Tobin2017-05-26 13:02:43 -0400
committerTom X. Tobin2017-05-26 13:02:43 -0400
commit2b73d52c1ec4019ec3a39eafaec8d35cff449927 (patch)
tree02dbb0aabb0695c5bba037343b7eef58fee78df1
parentbf698412d0bb37f83682d80298bdc55586f417fa (diff)
downloadaur-2b73d52c1ec4019ec3a39eafaec8d35cff449927.tar.gz
Adopt package and fix build
The build was failing because it wanted binaries from "transfig" (which wasn't in the makedepends) and "dlh" (a Latex-to-HTML converter I can't find a package for). Passing "--without-api-spec" to configure fixes the issue.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD12
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55afc108b61b..e8e557bfa21a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sane-git
pkgdesc = Scanner Access Now Easy
- pkgver = 1.0.24_352_gf45e166
+ pkgver = 1.0.27_4_g2b0028b4
pkgrel = 1
url = http://www.sane-project.org/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 884b9e06d1b6..cac81945a6b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
-# Maintainer: Christopher Reimer <mail+aur[at]c-reimer[dot]de>
-# Original Maintainer: Tobias Powalowski <tpowa@archlinux.org>
+# Maintainer: Tom X. Tobin <tomxtobin@tomxtobin.com>
+# Contributor: Christopher Reimer <mail+aur[at]c-reimer[dot]de>
+# Contributor: eric <eric@archlinux.org>
# Contributor: Sarah Hay <sarahhay@mb.sympatico.ca>
# Contributor: Simo L. <neotuli@yahoo.com>
-# Contributor: eric <eric@archlinux.org>
+# Contributor: Tobias Powalowski <tpowa@archlinux.org>
_pkgname=sane
pkgname=$_pkgname-git
-pkgver=1.0.24_352_gf45e166
+pkgver=1.0.27_4_g2b0028b4
pkgrel=1
pkgdesc="Scanner Access Now Easy"
url="http://www.sane-project.org/"
@@ -49,7 +50,8 @@ build() {
--enable-pthread \
--disable-rpath \
--enable-libusb_1_0 \
- --disable-locking
+ --disable-locking \
+ --without-api-spec
make
}