Skip to content

Commit

Permalink
Move some PKGMETA stuff in the PKGBUILD directly
Browse files Browse the repository at this point in the history
let's give this a try
  • Loading branch information
lazka committed Sep 17, 2023
1 parent 35dd1c6 commit 45f6533
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 0 additions & 6 deletions PKGMETA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,3 @@ packages:
editorconfig-vim:
references:
archlinux: vim-editorconfig
gnupg:
changelog_url: https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=blob;f=NEWS;hb=HEAD
documentation_url: https://www.gnupg.org/documentation
repository_url: https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git
issue_tracker_url: https://dev.gnupg.org/maniphest
pgp_keys_url: https://gnupg.org/signature_key.html
5 changes: 5 additions & 0 deletions gnupg/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ provides=('dirmngr' "gnupg2=${pkgver}")
url='https://gnupg.org/'
license=('GPL')
arch=('i686' 'x86_64')
msys2_changelog_url='https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=blob;f=NEWS;hb=HEAD'
msys2_documentation_url='https://www.gnupg.org/documentation'
msys2_repository_url='https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git'
msys2_issue_tracker_url='https://dev.gnupg.org/maniphest'
msys2_pgp_keys_url='https://gnupg.org/signature_key.html'
makedepends=('gettext-devel'
'libassuan-devel'
'libbz2-devel'
Expand Down

0 comments on commit 45f6533

Please sign in to comment.