commit b1081ff0d69a0a4799caaa3cc781c73897eb6a6f
parent 544d4330ada9e423510fbb4a3a99197026548136
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sun, 14 Mar 2021 13:20:20 +0100
parent 544d4330ada9e423510fbb4a3a99197026548136
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sun, 14 Mar 2021 13:20:20 +0100
update to commit 127cbf01b2503a981ba0702126cbb36464e772ff
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 = 13 + pkgrel = 14 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-f0d26d5a9496aa9e4ce65ed4d660746ff4df3e50.tar.gz::https://cgit.ctu.cx/gallery/snapshot/gallery-f0d26d5a9496aa9e4ce65ed4d660746ff4df3e50.tar.gz - sha256sums = 2659fae8ec446b163389dfd9529b265b87f6b381028d8cf6462d42f0c40e2e37 + source = ctucx-gallery-127cbf01b2503a981ba0702126cbb36464e772ff.tar.gz::https://cgit.ctu.cx/gallery/snapshot/gallery-127cbf01b2503a981ba0702126cbb36464e772ff.tar.gz + sha256sums = 140d10b7b9059520004567338bc778b3e5af5f367bece9fb89144400c986432b pkgname = ctucx-gallery
diff --git a/ctucx-gallery/PKGBUILD b/ctucx-gallery/PKGBUILD @@ -1,15 +1,15 @@ pkgname=ctucx-gallery pkgver=0.1 -pkgrel=13 +pkgrel=14 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="f0d26d5a9496aa9e4ce65ed4d660746ff4df3e50" +_commit="127cbf01b2503a981ba0702126cbb36464e772ff" source=("${pkgname}-${_commit}.tar.gz::https://cgit.ctu.cx/gallery/snapshot/gallery-${_commit}.tar.gz") -sha256sums=('2659fae8ec446b163389dfd9529b265b87f6b381028d8cf6462d42f0c40e2e37') +sha256sums=('140d10b7b9059520004567338bc778b3e5af5f367bece9fb89144400c986432b') build() { cd $srcdir/gallery-${_commit}