From 254298a1bb76fe36260379680ef2c81df5d282eb Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 1 Jul 2023 08:20:11 +0200 Subject: Update timeprefix to version 3.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- timeprefix/PKGBUILD | 4 ++-- upload | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/timeprefix/PKGBUILD b/timeprefix/PKGBUILD index 5ea01d1..fcc9b40 100644 --- a/timeprefix/PKGBUILD +++ b/timeprefix/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@kth.se> pkgname=timeprefix -pkgver=3.0.1 +pkgver=3.1 pkgrel=1 pkgdesc="Prefix each line with the time it as written" arch=(i686 x86_64) @@ -9,7 +9,7 @@ url="https://codeberg.org/maandree/timeprefix" license=('custom:ISC') depends=() source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz) -sha256sums=(3102a5869f5c55f74bc9cfbc3447e4471dd38817bb3f66a90ce37de8d6ebe7f6) +sha256sums=(fe17271ad25f7726e5737a013bcd7a8f24859ee54c97789385fede53ecd5eacd) build() { cd "$srcdir/$pkgname" diff --git a/upload b/upload index 9d63269..d1b555f 100755 --- a/upload +++ b/upload @@ -4,7 +4,9 @@ set -e cd "$(dirname "${0}")" -makepkg --install --clean +if test ! "${SKIP_BUILD}" = y; then + makepkg --install --clean +fi newpkg=0 pkgname="$(. PKGBUILD && echo "${pkgname}")" -- cgit v1.2.3-70-g09d2