commit b19dfdde555df2252c192bef2ced123fcdb363ba
parent e4478e97b78341ad56e2a1c9f6682f747b89f610
Author: ctucx <c@ctu.cx>
Date: Wed, 3 Feb 2021 13:34:54 +0100
parent e4478e97b78341ad56e2a1c9f6682f747b89f610
Author: ctucx <c@ctu.cx>
Date: Wed, 3 Feb 2021 13:34:54 +0100
update version
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 = 1 + pkgrel = 2 url = https://cgit.ctu.cx/smartie-pwa/ arch = x86_64 license = GPL-3 makedepends = yarn makedepends = git depends = glibc - source = smartie-pwa-8eb18cf941fb850b36c7dc586907837bee2fccc9.tar.gz::https://cgit.ctu.cx/smartie-pwa/snapshot/smartie-pwa-8eb18cf941fb850b36c7dc586907837bee2fccc9.tar.gz - sha256sums = cf4b091199f0b420baa86563af1112890cf15fc807d6e57cd23c1893612456d6 + source = smartie-pwa-fa273df5c71dfecf744e352c3b2b68cfdc2370a2.tar.gz::https://cgit.ctu.cx/smartie-pwa/snapshot/smartie-pwa-fa273df5c71dfecf744e352c3b2b68cfdc2370a2.tar.gz + sha256sums = ed722a339694088fba05f85c1f17f00b52067ccf8d9d7dfbbffdd82707024e49 pkgname = smartie-pwa
diff --git a/smartie-pwa/PKGBUILD b/smartie-pwa/PKGBUILD @@ -1,14 +1,14 @@ pkgname=smartie-pwa pkgver=0.1 -pkgrel=1 +pkgrel=2 arch=('x86_64') url="https://cgit.ctu.cx/${pkgname}/" license=( 'GPL-3' ) depends=( 'glibc' ) makedepends=( 'yarn' 'git' ) -_commit="8eb18cf941fb850b36c7dc586907837bee2fccc9" +_commit="fa273df5c71dfecf744e352c3b2b68cfdc2370a2" source=("${pkgname}-${_commit}.tar.gz::https://cgit.ctu.cx/${pkgname}/snapshot/${pkgname}-${_commit}.tar.gz") -sha256sums=('cf4b091199f0b420baa86563af1112890cf15fc807d6e57cd23c1893612456d6') +sha256sums=('ed722a339694088fba05f85c1f17f00b52067ccf8d9d7dfbbffdd82707024e49') build() { cd "$srcdir/${pkgname}-${_commit}/"