summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcodepoet2024-05-31 08:40:44 -0700
committercodepoet2024-05-31 08:40:44 -0700
commit3bd2ab84e56d1adfbb325e82552ec8ab8265cae4 (patch)
tree64ae1ebacc12f180eef052f366f911fa814f8d76
parentc40e69ac613e680aadb58acea1e8a2b18962eaee (diff)
downloadaur-3bd2ab84e56d1adfbb325e82552ec8ab8265cae4.tar.gz
update arttime to v2.3.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 499afe59f202..90c0017c7afb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = arttime-git
pkgdesc = arttime is a clock, timer, time manager and text-art viewer for the terminal (https://github.com/poetaman/arttime/wiki)
- pkgver = 2.0.0.r454
- pkgrel = 10
+ pkgver = 2.3.2.r501
+ pkgrel = 11
url = https://github.com/poetaman/arttime
arch = any
- license = GPLv3
+ license = ARTTIME
depends = zsh>=5.7
optdepends = libnotify: for desktop notifications
optdepends = diffutils: for systems where /etc/localtime is not a symlink and arttime needs to guess the timezone
diff --git a/PKGBUILD b/PKGBUILD
index 8a8c2163490b..32743692944b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
-# Maintainer: Deckweiss <Deckweiss75@gmail.com>
+# Maintainer: codepoet <githubaman@gmail.com>
_name="arttime"
pkgname="${_name}-git"
-pkgver=2.0.0.r454
-pkgrel=10
+pkgver=2.3.2.r501
+pkgrel=11
pkgdesc="arttime is a clock, timer, time manager and text-art viewer for the terminal (https://github.com/poetaman/$_name/wiki)"
arch=('any')
url="https://github.com/poetaman/${_name}"
-license=('GPLv3')
+license=('ARTTIME')
depends=(
'zsh>=5.7'
)
@@ -32,10 +32,14 @@ package() {
find "./share/$_name/keypoems/" -type f -exec install -D -t "$pkgdir/usr/share/$_name/keypoems/" {} \;
find "./share/$_name/src/" -type f -exec install -D -t "$pkgdir/usr/share/$_name/src/" {} \;
find "./share/$_name/textart/" -type f -exec install -D -t "$pkgdir/usr/share/$_name/textart/" {} \;
+ find "./share/$_name/doc/" -type f -exec install -D -t "$pkgdir/usr/share/$_name/doc/" {} \;
install -D -t "$pkgdir/usr/share/zsh/site-functions/" "./share/zsh/functions/_artprint"
install -D -t "$pkgdir/usr/share/zsh/site-functions/" "./share/zsh/functions/_arttime"
+ install -D -t "$pkgdir/usr/share/man/man1/" "./share/man/man1/arttime.1.gz"
+ install -D -t "$pkgdir/usr/share/man/man1/" "./share/man/man1/artprint.1.gz"
+
install -Dm644 LICENSE_CODE "$pkgdir/usr/share/licenses/$_name/LICENSE_CODE"
install -Dm644 LICENSE_ART "$pkgdir/usr/share/licenses/$_name/LICENSE_ART"
install -Dm644 LICENSE_ADDENDUM_CFLA "$pkgdir/usr/share/licenses/$_name/LICENSE_ADDENDUM_CFLA"