ctucx.git: aur-packages

My personal aur-packages [deprecated in favor of nixos]

commit 27ae2bead5d2f74bf70d86dab80f4e98d540c555
parent 55692ab61946d6fb4bd76d46d3f100168604ce4c
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sun, 14 Mar 2021 01:28:15 +0100

update to commit 98a77d33e618e5bdd02231eeaacec754c54aa9af
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/ctucx-gallery/PKGBUILD b/ctucx-gallery/PKGBUILD
@@ -1,15 +1,15 @@
 pkgname=ctucx-gallery
 pkgver=0.1
-pkgrel=11
+pkgrel=12
 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="6434e8a8c809c857c9349f819c9a7de65a23d184"
+_commit="98a77d33e618e5bdd02231eeaacec754c54aa9af"
 source=("${pkgname}-${_commit}.tar.gz::https://cgit.ctu.cx/gallery/snapshot/gallery-${_commit}.tar.gz")
-sha256sums=('dc565ea7d3a7bafbb49e5897620956ec23fb51bb5a0e3a6e39488dd7db2b844a')
+sha256sums=('8105b48a449c0a4dd96edb1e9db3087eb48c9cb075cf0b99aa2b299c388601a6')
 
 build() {
   cd $srcdir/gallery-${_commit}