diff options
author | Lehel Gyuro | 2025-03-01 20:20:26 +0100 |
---|---|---|
committer | Lehel Gyuro | 2025-03-01 20:20:26 +0100 |
commit | 7f1a039962e7a5bff2ecee97e93f2d927744c727 (patch) | |
tree | 163e29dc53200cc2a93488f73eb118147e000490 /PKGBUILD | |
parent | 1586ad835139632af51375d69c6b111e0aac5fa1 (diff) | |
download | aur-7f1a039962e7a5bff2ecee97e93f2d927744c727.tar.gz |
2.1.2.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,7 +1,8 @@ -# Maintainer: Will Gauvin <wgauvin@gmail.com> +# Maintainer: Lehel Gyuro <lehel@freemail.hu> +# Contributor: Will Gauvin <wgauvin@gmail.com> pkgname=libindi-gphoto -pkgver=2.1.2 +pkgver=2.1.2.1 pkgrel=1 pkgdesc="3rd party drivers for INDI, support for DSLR camers using gphoto" url="http://www.indilib.org/index.php?title=Main_Page" @@ -10,7 +11,7 @@ arch=(i686 x86_64 aarch64) depends=(libindi=${pkgver} libgphoto2) makedepends=(cmake) source=("https://github.com/indilib/indi-3rdparty/archive/v${pkgver}.tar.gz") -sha256sums=("05eb1f05de48082255461aae0745772ab4f131ba3d3186036140ecacaf1c9041") +sha256sums=("d29a667a5b9bf3b1d9be5f2ca81bfff5573e98a6941f764fd687d439e1b8abb6") prepare() { mkdir -p build |