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

Caleb Maclennan alerque at gemini.archlinux.org
Tue Sep 7 13:16:22 UTC 2021


    Date: Tuesday, September 7, 2021 @ 13:16:22
  Author: alerque
Revision: 1011916

upgpkg: age 1.0.0-3; package man pages

Modified:
  age/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-07 13:15:34 UTC (rev 1011915)
+++ PKGBUILD	2021-09-07 13:16:22 UTC (rev 1011916)
@@ -4,7 +4,7 @@
 
 pkgname=age
 pkgver=1.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc='A simple, modern and secure file encryption tool'
 arch=('x86_64')
 url="https://github.com/FiloSottile/$pkgname"
@@ -33,6 +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/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