commit 71884b57e1a150effd0aa3aa3aee428077fcd264
parent fdf95a8899362a527e099c56b16da46a2b94aa43
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sun, 14 Mar 2021 00:39:19 +0100
parent fdf95a8899362a527e099c56b16da46a2b94aa43
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sun, 14 Mar 2021 00:39:19 +0100
ctucx-gallery: update buildfile to commit 6434e8a8c809c857c9349f819c9a7de65a23d184
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/ctucx-gallery/APKBUILD b/ctucx-gallery/APKBUILD @@ -2,15 +2,15 @@ # Maintainer: Leah (ctucx) <leah@ctu.cx> pkgname=ctucx-gallery pkgver=0.0.3 -pkgrel=1 +pkgrel=2 pkgdesc="gallery-generator written in nimlang, used for photos.ctu.cx" url="https://cgit.ctu.cx/gallery" arch="all" license="MIT" -depends="imagemagick" -makedepends="nim nimble" +depends="imagemagick libexif" +makedepends="nim git nimble libexif-dev" subpackages="" -_commit="720f8230846802d0e0f41afe6961f7c86aa35cd4" +_commit="6434e8a8c809c857c9349f819c9a7de65a23d184" source="${pkgname}-${_commit}.tar.gz::https://cgit.ctu.cx/gallery/snapshot/gallery-${_commit}.tar.gz" builddir="${srcdir}/gallery-${_commit}/" @@ -27,4 +27,4 @@ package() { install -Dm755 ${builddir}/gallery ${pkgdir}/usr/bin/ctucx-${pkgname} install -Dm755 ${builddir}/sample.config ${pkgdir}/etc/ctucx-${pkgname}.conf } -sha512sums="305470abec3a5a18ae61dc5f2326cd23614ecf61642c81529631b4a0f0672da8878d93ad64d5612750b27688a39eeb272a3fa7c5820adb5eec76fe4e31797c5f ctucx-gallery-720f8230846802d0e0f41afe6961f7c86aa35cd4.tar.gz" +sha512sums="eb53d6465f3a19ceccacb3fc6eb709ec7d35a2279eccbcd924fee80e4dd4b608a7b169c6ac5e92580a7233922017ae8ec3e0a26378d0c6b49a11e5d37275fc06 ctucx-gallery-6434e8a8c809c857c9349f819c9a7de65a23d184.tar.gz"