ctucx.git: aur-packages

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

commit 7b98bad7a95219a9cf4c599487e7683f1b684d57
parent b19dfdde555df2252c192bef2ced123fcdb363ba
Author: ctucx <c@ctu.cx>
Date: Sun, 14 Feb 2021 22:09:21 +0100

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