Skip to content

Commit

Permalink
gnupg: 2.4.4 -> 2.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed Mar 9, 2024
1 parent 15d2977 commit db98a43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gnupg/.md5sum
Original file line number Diff line number Diff line change
@@ -1 +1 @@
114ac6367668a330ffae1ade6d79133a gnupg-2.4.4.tar.bz2
49c3534e87744e994250d37c1b43f928 gnupg-2.4.5.tar.bz2
6 changes: 2 additions & 4 deletions gnupg/Pkgfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Depends on: bzip2 gnutls libassuan libgcrypt libksba libusb npth sqlite3

name=gnupg
version=2.4.4
version=2.4.5
release=1
source=https://gnupg.org/ftp/gcrypt/gnupg/gnupg-$version.tar.bz2

Expand All @@ -24,7 +24,5 @@ build() {
make DESTDIR=$PKG install

# remove junk
rm -r $PKG/usr/share/doc \
$PKG/usr/share/info \
$PKG/usr/share/gnupg/help*
cd $PKG/usr/share; rm -r doc info gnupg/help*
}

0 comments on commit db98a43

Please sign in to comment.