[arch-commits] Commit in libopenraw/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Aug 28 15:46:36 UTC 2020


    Date: Friday, August 28, 2020 @ 15:46:36
  Author: arojas
Revision: 691094

Update to 0.2.3

Modified:
  libopenraw/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-28 15:39:18 UTC (rev 691093)
+++ PKGBUILD	2020-08-28 15:46:36 UTC (rev 691094)
@@ -4,18 +4,18 @@
 # Contributor: <boromil at gmail.com>
 
 pkgname=libopenraw
-pkgver=0.1.3
-pkgrel=2
+pkgver=0.2.3
+pkgrel=1
 pkgdesc='Library for decoding RAW files'
 arch=('x86_64')
 url='https://libopenraw.freedesktop.org/'
 license=('LGPL')
 depends=('gdk-pixbuf2')
-makedepends=('boost' 'libxml2')
+makedepends=('boost' 'libxml2' 'cargo')
 validpgpkeys=('6C44DB3E0BF3EAF5B433239A5FEE05E6A56E15A3') # Hubert Figuiere <hub at mozilla.com>
 source=("https://libopenraw.freedesktop.org/download/$pkgname-$pkgver.tar.bz2"{.asc,})
 sha256sums=('SKIP'
-            '6405634f555849eb01cb028e2a63936e7b841151ea2a1571ac5b5b10431cfab9')
+            'aef60cf4d91e8428c82adcf50a5bda80cacae484b1433dc965650232fde3db9a')
 
 build() {
   cd "$pkgname-$pkgver"



More information about the arch-commits mailing list