summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodrigo Bezerra2020-11-23 02:09:07 -0300
committerRodrigo Bezerra2020-11-23 02:09:07 -0300
commit5bc60fdae9a2bc5af32eb253217d579577f0a553 (patch)
tree7e9b91ccf714b8cc833b810dd90618e0a09b80c7
parentc356b704ae12efd99e83eb6e4bfc19c598c77471 (diff)
downloadaur-5bc60fdae9a2bc5af32eb253217d579577f0a553.tar.gz
Remove automake-1.15 as makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7fbf837fe493..b650e237565e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = lib32-libraw
pkgdesc = A library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others) (32-bit)
pkgver = 0.20.2
- pkgrel = 1
+ pkgrel = 2
url = https://www.libraw.org/
arch = x86_64
license = CDDL
license = LGPL
- makedepends = automake-1.15
depends = lib32-lcms2
depends = lib32-jasper
depends = libraw
diff --git a/PKGBUILD b/PKGBUILD
index f92940fd8812..689e5d134b96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,12 @@
_basename=libraw
pkgname=lib32-libraw
pkgver=0.20.2
-pkgrel=1
+pkgrel=2
pkgdesc="A library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others) (32-bit)"
arch=('x86_64')
url="https://www.libraw.org/"
license=(CDDL LGPL)
depends=(lib32-lcms2 lib32-jasper libraw)
-makedepends=(automake-1.15)
source=("https://www.libraw.org/data/LibRaw-$pkgver.tar.gz")
sha256sums=('dc1b486c2003435733043e4e05273477326e51c3ea554c6864a4eafaff1004a6')