diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 22:41:24 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 22:41:24 +0100 |
| commit | 3a82553f903bdc415f0320a2efc0925baf943a8f (patch) | |
| tree | bd540609e2ba3d5a4d5e815f5e6ce75423655375 /timeprefix | |
| parent | Update sshexec to version 1.2.1 (diff) | |
| download | aur-packages-3a82553f903bdc415f0320a2efc0925baf943a8f.tar.gz aur-packages-3a82553f903bdc415f0320a2efc0925baf943a8f.tar.bz2 aur-packages-3a82553f903bdc415f0320a2efc0925baf943a8f.tar.xz | |
mass update
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'timeprefix')
| -rw-r--r-- | timeprefix/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/timeprefix/PKGBUILD b/timeprefix/PKGBUILD index 82d389e..33d1659 100644 --- a/timeprefix/PKGBUILD +++ b/timeprefix/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Mattias Andrée <m@`base64 -d`(bWFhbmRyZWU).se> pkgname=timeprefix -pkgver=3.1.1 +pkgver=3.1.2 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=(7aabd53c1f16817fb31b83dc166d35a0279f887dff3076096b3266083905f26f) +sha256sums=(c473c23d46ad44947de33a5dc4a8cda3331594fe2c927d6125cb8dfbc1c40585) build() { cd "$srcdir/$pkgname" |
