commit c1da061e96dd688fe158ebfe814b13520813515f
parent 7d81c44ef995de5f0dae65711f8a09d31661b785
Author: ctucx <c@ctu.cx>
Date: Fri, 26 Feb 2021 22:49:31 +0100
parent 7d81c44ef995de5f0dae65711f8a09d31661b785
Author: ctucx <c@ctu.cx>
Date: Fri, 26 Feb 2021 22:49:31 +0100
update version
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/smartied/.SRCINFO b/smartied/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = smartied pkgver = 0.2 - pkgrel = 9 + pkgrel = 10 url = https://cgit.ctu.cx/smartied/ arch = x86_64 license = GPL-3 @@ -9,8 +9,8 @@ pkgbase = smartied makedepends = git depends = glibc depends = libmodbus - source = smartied-3628a20c097af535c784b0f4debed86e800a0c82.tar.gz::https://cgit.ctu.cx/smartied/snapshot/smartied-3628a20c097af535c784b0f4debed86e800a0c82.tar.gz - sha256sums = 7f39aaa97394b82f68b7cb5c0ba9cc55ebe8a308faf7fe7d4f59a15b6e70b682 + source = smartied-2b880d01e41a3db58a807890eb402d15e631e342.tar.gz::https://cgit.ctu.cx/smartied/snapshot/smartied-2b880d01e41a3db58a807890eb402d15e631e342.tar.gz + sha256sums = b247be285cbe71b160090ed85698673493be6b1b8d576101d2e5e66fd7bad50e pkgname = smartied
diff --git a/smartied/PKGBUILD b/smartied/PKGBUILD @@ -1,14 +1,14 @@ pkgname=smartied pkgver=0.2 -pkgrel=9 +pkgrel=10 arch=('x86_64') url="https://cgit.ctu.cx/smartied/" license=( 'GPL-3' ) depends=( 'glibc' 'libmodbus' ) makedepends=( 'nim' 'nimble' 'git' ) -_commit="3628a20c097af535c784b0f4debed86e800a0c82" +_commit="2b880d01e41a3db58a807890eb402d15e631e342" source=("${pkgname}-${_commit}.tar.gz::https://cgit.ctu.cx/${pkgname}/snapshot/${pkgname}-${_commit}.tar.gz") -sha256sums=('7f39aaa97394b82f68b7cb5c0ba9cc55ebe8a308faf7fe7d4f59a15b6e70b682') +sha256sums=('b247be285cbe71b160090ed85698673493be6b1b8d576101d2e5e66fd7bad50e') build() { cd "$srcdir/${pkgname}-${_commit}/"