summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12023-04-11 15:56:25 +0800
committerChocobo12023-04-11 15:56:25 +0800
commit57d410fc5b47f55b0b3ba0b8b2236ae2fccb16a8 (patch)
tree2bec81915cc602293f42f3d1b7955a99a49dbb3e
parent6f51a29e66deeb318526a5fedcd27d6dd9c0135a (diff)
downloadaur-libraw-git.tar.gz
upgpkg: libraw-git 0.21.1.r8.gf2998bac-1
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0bff58c1291..a17606f8456b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libraw-git
pkgdesc = A library for reading RAW files from digital cameras
- pkgver = 0.19.0_Beta6.r45.g06028d0
+ pkgver = 0.21.1.r8.gf2998bac
pkgrel = 1
url = https://www.libraw.org/
arch = i686
@@ -11,11 +11,10 @@ pkgbase = libraw-git
depends = glibc
depends = jasper
depends = lcms2
- provides = libraw
+ provides = libraw=0.21.1.r8.gf2998bac
conflicts = libraw
options = staticlibs
source = git+https://github.com/LibRaw/LibRaw.git
sha256sums = SKIP
pkgname = libraw-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 97c94a97c8a4..4f623e7f051d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=libraw-git
-pkgver=0.19.0_Beta6.r45.g06028d0
+pkgver=0.21.1.r8.gf2998bac
pkgrel=1
pkgdesc="A library for reading RAW files from digital cameras"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://www.libraw.org/"
license=('CDDL' 'LGPL')
depends=('glibc' 'jasper' 'lcms2')
makedepends=('git')
-provides=('libraw')
+provides=("libraw=$pkgver")
conflicts=('libraw')
options=('staticlibs')
source=("git+https://github.com/LibRaw/LibRaw.git")
@@ -29,7 +29,9 @@ build() {
cd "LibRaw"
autoreconf --install
- ./configure --prefix="/usr" --disable-examples
+ ./configure \
+ --prefix="/usr" \
+ --disable-examples
make
}