commit b4434590d56b19c483a048126c7192e4370a04b7
parent a491c93ab7e8e0d36294df074ad606e08f048f10
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sat, 13 Mar 2021 19:58:51 +0100
parent a491c93ab7e8e0d36294df074ad606e08f048f10
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sat, 13 Mar 2021 19:58:51 +0100
update to 978a243bf4aefd75d8b794abc823d225d3d97154
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/ctucx-gallery/.SRCINFO b/ctucx-gallery/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = ctucx-gallery pkgdesc = gallery as static-site-generator pkgver = 0.1 - pkgrel = 6 + pkgrel = 9 url = https://cgit.ctu.cx/gallery/ arch = x86_64 license = GPL-3 @@ -10,8 +10,8 @@ pkgbase = ctucx-gallery depends = glibc depends = imagemagick depends = libexif - source = ctucx-gallery-3590fa16a36727aa6bd5ebcabe2d251b690a7373.tar.gz::https://cgit.ctu.cx/gallery/snapshot/gallery-3590fa16a36727aa6bd5ebcabe2d251b690a7373.tar.gz - sha256sums = 09542a34724db3e2468a558e4b23db2a7ef0c3682e1e2dd70f95b0c7e4b82166 + source = ctucx-gallery-978a243bf4aefd75d8b794abc823d225d3d97154.tar.gz::https://cgit.ctu.cx/gallery/snapshot/gallery-978a243bf4aefd75d8b794abc823d225d3d97154.tar.gz + sha256sums = fe32ca12828634dc6fcd73508ad674eae6a2de584673e07e3b63041452a09a9f pkgname = ctucx-gallery
diff --git a/ctucx-gallery/PKGBUILD b/ctucx-gallery/PKGBUILD @@ -1,15 +1,15 @@ pkgname=ctucx-gallery pkgver=0.1 -pkgrel=6 +pkgrel=9 arch=('x86_64') pkgdesc="gallery as static-site-generator" url="https://cgit.ctu.cx/gallery/" license=('GPL-3') depends=('glibc' 'imagemagick' 'libexif') makedepends=( 'nim' 'nimble' ) -_commit="3590fa16a36727aa6bd5ebcabe2d251b690a7373" +_commit="978a243bf4aefd75d8b794abc823d225d3d97154" source=("${pkgname}-${_commit}.tar.gz::https://cgit.ctu.cx/gallery/snapshot/gallery-${_commit}.tar.gz") -sha256sums=('09542a34724db3e2468a558e4b23db2a7ef0c3682e1e2dd70f95b0c7e4b82166') +sha256sums=('fe32ca12828634dc6fcd73508ad674eae6a2de584673e07e3b63041452a09a9f') build() { cd $srcdir/gallery-${_commit}