summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBehnam Momeni2022-03-04 09:52:47 +0330
committerBehnam Momeni2022-03-04 09:52:47 +0330
commit17abf7baa489fff9a7d7cc11c178816f1e4f4c29 (patch)
treef2154b6a91eb596c633e8004a328aabce093edb0
parent2d759336dfb250f2a89d1bebb7a89b05c5da9b59 (diff)
downloadaur-17abf7baa489fff9a7d7cc11c178816f1e4f4c29.tar.gz
Upgrade to upstream version 0.3.3 (epoch 1) from github
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD11
2 files changed, 13 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4cf37320c971..db3e16f398bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
# Generated by mksrcinfo v8
-# Wed Jul 22 20:12:13 UTC 2020
+# Fri Mar 4 06:22:20 UTC 2022
pkgbase = lib32-lensfun
pkgdesc = Database of photographic lenses and a library to access them (32-bit)
- pkgver = 0.3.95
- pkgrel = 2
- url = https://sourceforge.net/projects/lensfun/
+ pkgver = 0.3.3
+ pkgrel = 1
+ epoch = 1
+ url = https://lensfun.github.io/
arch = x86_64
license = LGPL3
makedepends = python
@@ -13,8 +14,8 @@ pkgbase = lib32-lensfun
depends = lensfun
depends = lib32-glib2
optdepends = python: for lensfun-update-data and lensfun-add-adapter
- source = https://sourceforge.net/projects/lensfun/files/0.3.95/lensfun-0.3.95.tar.gz
- sha256sums = 82c29c833c1604c48ca3ab8a35e86b7189b8effac1b1476095c0529afb702808
+ source = https://github.com/lensfun/lensfun/archive/v0.3.3/lensfun-0.3.3.tar.gz
+ sha256sums = 57ba5a0377f24948972339e18be946af12eda22b7c707eb0ddd26586370f6765
pkgname = lib32-lensfun
diff --git a/PKGBUILD b/PKGBUILD
index 4cc603a59294..532ce870ab46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,18 @@
pkgname=lib32-lensfun
_pkgbase=lensfun
-pkgver=0.3.95
-pkgrel=2
+epoch=1
+pkgver=0.3.3
+pkgrel=1
pkgdesc="Database of photographic lenses and a library to access them (32-bit)"
arch=('x86_64')
-url="https://sourceforge.net/projects/lensfun/"
+url="https://lensfun.github.io/"
license=('LGPL3')
depends=('lensfun' 'lib32-glib2')
makedepends=('python' 'libpng' 'cmake')
optdepends=('python: for lensfun-update-data and lensfun-add-adapter')
-source=("https://sourceforge.net/projects/${_pkgbase}/files/${pkgver}/${_pkgbase}-${pkgver}.tar.gz")
-sha256sums=('82c29c833c1604c48ca3ab8a35e86b7189b8effac1b1476095c0529afb702808')
+source=("https://github.com/${_pkgbase}/${_pkgbase}/archive/v$pkgver/${_pkgbase}-$pkgver.tar.gz")
+sha256sums=("57ba5a0377f24948972339e18be946af12eda22b7c707eb0ddd26586370f6765")
build() {
export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"