From d4a43e16e8d470e5aaa5e137bb6691892974b06f Mon Sep 17 00:00:00 2001 From: Franklyn Tackitt Date: Fri, 15 Nov 2019 09:14:38 -0700 Subject: [PATCH] Version of packages on AUR as of 2019-11-15 --- archlinux/howdy/.gitignore | 7 +++++++ archlinux/howdy/PKGBUILD | 3 ++- archlinux/pam-python/.gitignore | 7 +++++++ 3 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 archlinux/howdy/.gitignore create mode 100644 archlinux/pam-python/.gitignore diff --git a/archlinux/howdy/.gitignore b/archlinux/howdy/.gitignore new file mode 100644 index 0000000..6748987 --- /dev/null +++ b/archlinux/howdy/.gitignore @@ -0,0 +1,7 @@ +pkg +src +*.tar.gz +*.zip +*.tar.xz +*.patch +*.dat.bz2 \ No newline at end of file diff --git a/archlinux/howdy/PKGBUILD b/archlinux/howdy/PKGBUILD index 1a5e522..fd5fd46 100644 --- a/archlinux/howdy/PKGBUILD +++ b/archlinux/howdy/PKGBUILD @@ -1,5 +1,6 @@ +# Maintainer: Frank Tackitt # Maintainer: boltgolt -# Maintainer: Kelley McChesney +# Contributor: Kelley McChesney pkgname=howdy pkgver=2.5.1 diff --git a/archlinux/pam-python/.gitignore b/archlinux/pam-python/.gitignore new file mode 100644 index 0000000..6748987 --- /dev/null +++ b/archlinux/pam-python/.gitignore @@ -0,0 +1,7 @@ +pkg +src +*.tar.gz +*.zip +*.tar.xz +*.patch +*.dat.bz2 \ No newline at end of file