From c305ed2759696ce3ac244118420047b1a398c522 Mon Sep 17 00:00:00 2001 From: Ahurac Date: Tue, 6 Aug 2024 09:58:30 +0200 Subject: [PATCH] fix(makepkg.conf): variable PACKAGER --- etc/makepkg.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/makepkg.conf b/etc/makepkg.conf index c557996..e2e3bb6 100644 --- a/etc/makepkg.conf +++ b/etc/makepkg.conf @@ -134,6 +134,7 @@ LIB_DIRS=('lib:usr/lib' 'lib32:usr/lib32') #LOGDEST=/home/makepkglogs #-- Packager: name/email of the person or organization building packages #PACKAGER="John Doe " +PACKAGER="Ahurac " #-- Specify a key to use for package signing #GPGKEY=""