[arch-commits] Commit in age/trunk (PKGBUILD)

Caleb Maclennan alerque at gemini.archlinux.org
Tue Sep 7 13:15:34 UTC 2021


    Date: Tuesday, September 7, 2021 @ 13:15:34
  Author: alerque
Revision: 1011915

upgpkg: age 1.0.0-2; package man pages

Modified:
  age/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-07 13:01:18 UTC (rev 1011914)
+++ PKGBUILD	2021-09-07 13:15:34 UTC (rev 1011915)
@@ -4,7 +4,7 @@
 
 pkgname=age
 pkgver=1.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A simple, modern and secure file encryption tool'
 arch=('x86_64')
 url="https://github.com/FiloSottile/$pkgname"
@@ -33,5 +33,6 @@
 package() {
     cd "$pkgname-$pkgver"
     install -Dm755 -t "$pkgdir/usr/bin/" age age-keygen
+	install -Dm644 -t "$pkgdir/usr/share/man/man1/" doc/age.1 doc/age-keygen.1
     install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
 }



More information about the arch-commits mailing list