summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorleonmavr2022-02-17 19:43:55 +0100
committerleonmavr2022-02-17 19:43:55 +0100
commitcd0ffa68b3d5079cb49a379f34eeaafc40c9f683 (patch)
tree0b4fac4a0e5d9e15dca610efa119b6a06018a2e5 /PKGBUILD
parenta3a552f8c1ab228943bb91d7ec279eebeb620224 (diff)
downloadaur-zeitkatze.tar.gz
Update package to version 0.1.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD20
1 files changed, 8 insertions, 12 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f40ea94f6eca..78bda3d804a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,18 @@
-# Maintainer: Leontios Mavropalias
-# Contributor: Leontios Mavropalias
+# Maintainer: Leontios Mavropalias <leonmavr755 [a t] protonmail [d o t] com>
+# Contributor: Leontios Mavropalias <leonmavr755 [a t] protonmail [d o t] com>
pkgname=zeitkatze
-pkgver=0.1.2
+pkgver=0.1.4
pkgrel=1
-pkgdesc="CLI stopwatch with cat ASCII art"
+pkgdesc="Precise CLI stopwatch with cat ASCII art"
arch=("x86_64")
url="https://github.com/leonmavr/zeitkatze"
license=("MIT")
source=(https://github.com/leonmavr/$pkgname/archive/refs/tags/$pkgver.tar.gz)
-sha512sums=("99a9b9e940f6f5a162f6a27907bb1891b9c0274824cd6cb00f966031f93ea330ef1c91f56bfd9f3684e2c76c36d12306ab8f1f41f482dc229837584203ea6f77")
-
-build() {
- cd "${srcdir}/$pkgname-$pkgver"
-}
+sha512sums=("bc1d7520d9ab8f04a14cb1c6ea38dcdc338bfe6a71115b96a6f92ca226d57ce9811795d17d770119dd1a6f87b803cf6b3407cb0c0dd446ade11f63e1b33519fe")
package() {
- cd "${srcdir}/$pkgname-$pkgver"
- # make install requires make
- make PREFIX="$pkgdir/usr" install
+ cd "${srcdir}/$pkgname-$pkgver"
+ # make install requires make
+ make PREFIX="$pkgdir/usr" install
}