summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBehnam Momeni2023-08-03 11:51:17 +0330
committerBehnam Momeni2023-08-03 11:56:34 +0330
commitc3fc8ce3c07175d8d8c899380d9d2d735379b863 (patch)
treed20b32dc8e2a48fbc7950ae26d16f335cb796b07
parent17abf7baa489fff9a7d7cc11c178816f1e4f4c29 (diff)
downloadaur-lib32-lensfun.tar.gz
Upgrade to upstream version 0.3.4
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD5
3 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db3e16f398bc..6d43717e1527 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Mar 4 06:22:20 UTC 2022
+# Thu Aug 3 08:22:36 UTC 2023
pkgbase = lib32-lensfun
pkgdesc = Database of photographic lenses and a library to access them (32-bit)
- pkgver = 0.3.3
+ pkgver = 0.3.4
pkgrel = 1
epoch = 1
url = https://lensfun.github.io/
@@ -14,8 +14,8 @@ pkgbase = lib32-lensfun
depends = lensfun
depends = lib32-glib2
optdepends = python: for lensfun-update-data and lensfun-add-adapter
- source = https://github.com/lensfun/lensfun/archive/v0.3.3/lensfun-0.3.3.tar.gz
- sha256sums = 57ba5a0377f24948972339e18be946af12eda22b7c707eb0ddd26586370f6765
+ source = https://github.com/lensfun/lensfun/archive/v0.3.4/lensfun-0.3.4.tar.gz
+ sha256sums = dafb39c08ef24a0e2abd00d05d7341b1bf1f0c38bfcd5a4c69cf5f0ecb6db112
pkgname = lib32-lensfun
diff --git a/.gitignore b/.gitignore
index 81c39e5d8fa9..8e0c74ca0594 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
lensfun-*.tar.gz
lib32-lensfun-*.pkg.tar.xz
+lib32-lensfun-*.pkg.tar.zst
src/
pkg/
diff --git a/PKGBUILD b/PKGBUILD
index 532ce870ab46..ecaa2f8d1958 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=lib32-lensfun
_pkgbase=lensfun
epoch=1
-pkgver=0.3.3
+pkgver=0.3.4
pkgrel=1
pkgdesc="Database of photographic lenses and a library to access them (32-bit)"
arch=('x86_64')
@@ -14,7 +14,7 @@ depends=('lensfun' 'lib32-glib2')
makedepends=('python' 'libpng' 'cmake')
optdepends=('python: for lensfun-update-data and lensfun-add-adapter')
source=("https://github.com/${_pkgbase}/${_pkgbase}/archive/v$pkgver/${_pkgbase}-$pkgver.tar.gz")
-sha256sums=("57ba5a0377f24948972339e18be946af12eda22b7c707eb0ddd26586370f6765")
+sha256sums=('dafb39c08ef24a0e2abd00d05d7341b1bf1f0c38bfcd5a4c69cf5f0ecb6db112')
build() {
export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
@@ -32,4 +32,3 @@ package() {
make DESTDIR="$pkgdir" install
rm -r "$pkgdir/usr/"{bin,share,include,lib}
}
-