From afc376ea94844aabf310603a89d177657ee5ef66 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 20 Jul 2022 13:41:41 +0200 Subject: Update packages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- mongotimer/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mongotimer/PKGBUILD') diff --git a/mongotimer/PKGBUILD b/mongotimer/PKGBUILD index abe2609..bc46ba2 100644 --- a/mongotimer/PKGBUILD +++ b/mongotimer/PKGBUILD @@ -5,17 +5,17 @@ pkgver=1.1.4 pkgrel=1 pkgdesc='A humongous timer or stopwatch for the terminal' arch=(any) -url='https://github.com/maandree/mongotimer' +url='https://codeberg.org/maandree/mongotimer' license=('custom:ISC') source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz") -sha256sums=(1099ffea5b7cebe6f4e6d13539f7b1b63dadfd9667729f27a71ec5da84ded3c1) +sha256sums=(a5814feadbd8b742047e1e3e2c1273536d1fd14d22c05277517c6c0ab316bc4e) build() { - cd "$srcdir/mongotimer-$pkgver" + cd "$srcdir/mongotimer" make PREFIX=/usr } package() { - cd "$srcdir/mongotimer-$pkgver" + cd "$srcdir/mongotimer" make PREFIX=/usr DESTDIR="$pkgdir" install } -- cgit v1.2.3-70-g09d2