ctucx.git: aur-packages

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

commit 81e602078765748c728174a2adb3937d4546e542
parent 7b98bad7a95219a9cf4c599487e7683f1b684d57
Author: ctucx <c@ctu.cx>
Date: Thu, 18 Feb 2021 12:46:53 +0100

update version
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/smartie-pwa/PKGBUILD b/smartie-pwa/PKGBUILD
@@ -1,14 +1,14 @@
 pkgname=smartie-pwa
 pkgver=0.1
-pkgrel=3
+pkgrel=4
 arch=('x86_64')
 url="https://cgit.ctu.cx/${pkgname}/"
 license=( 'GPL-3' )
 depends=( 'glibc' )
 makedepends=( 'yarn' 'git' )
-_commit="cbd311c96b80fbb8a464a5aa6b651649d65a5857"
+_commit="a5e5a70c09f75cd8e0842ef969b6c31b40450576"
 source=("${pkgname}-${_commit}.tar.gz::https://cgit.ctu.cx/${pkgname}/snapshot/${pkgname}-${_commit}.tar.gz")
-sha256sums=('8223e9ba82b549729946c3fe5e3dc6804ae40344d717a3735c6855a1512ee509')
+sha256sums=('61aebf90f5b766cdbc712df22d5b44717af5a3a5a2d3417c3dcbf98f38d75c38')
 
 build() {
   cd "$srcdir/${pkgname}-${_commit}/"