From 91c405023ca7d829632b268584af8f2e88fd32ee Mon Sep 17 00:00:00 2001 From: troyengel Date: Sat, 23 Jan 2016 11:04:09 -0600 Subject: [PATCH] deprecate PKGBUILD from here in favor of AUR git --- arch/PKGBUILD | 35 ----------------------------------- arch/PKGBUILD-git | 1 - arch/README.md | 5 +++++ arch/petrified.archlog | 41 ----------------------------------------- 4 files changed, 5 insertions(+), 77 deletions(-) delete mode 100644 arch/PKGBUILD create mode 100644 arch/README.md delete mode 100644 arch/petrified.archlog diff --git a/arch/PKGBUILD b/arch/PKGBUILD deleted file mode 100644 index 308c696..0000000 --- a/arch/PKGBUILD +++ /dev/null @@ -1,35 +0,0 @@ -# Maintainer: Troy Engel - -pkgbase=petrified -pkgname=('petrified' 'petrified-systemd') -pkgver=1.0.5 -pkgrel=1 -changelog=petrified.archlog -arch=('any') -url="https://github.com/troyengel/petrified" -license=('GPL3') -options=('emptydirs') -source=("https://github.com/troyengel/petrified/archive/v${pkgver}.tar.gz") -md5sums=('SKIP') - -package_petrified() { - pkgdesc="Bash client to update dynamic DNS at freedns.afraid.org" - depends=('util-linux' 'coreutils' 'bash' 'iproute2' 'curl') - backup=('etc/petrified.conf') - install=petrified.archinst - - cd "${srcdir}/${pkgbase}-${pkgver}" - - # Install the system bits - make DESTDIR="${pkgdir}" PREFIX=/usr install -} - -package_petrified-systemd() { - pkgdesc="Unit files for petrified systemd usage" - depends=('petrified' 'systemd') - - cd "${srcdir}/${pkgbase}-${pkgver}" - - # Systemd files - make DESTDIR="${pkgdir}" PREFIX=/usr install-systemd -} diff --git a/arch/PKGBUILD-git b/arch/PKGBUILD-git index a18f39a..77a9e3e 100644 --- a/arch/PKGBUILD-git +++ b/arch/PKGBUILD-git @@ -4,7 +4,6 @@ pkgbase=petrified pkgname=('petrified-git' 'petrified-git-systemd') pkgver=20141124.161601 pkgrel=1 -changelog=petrified.archlog arch=('any') url="https://github.com/troyengel/petrified" license=('GPL3') diff --git a/arch/README.md b/arch/README.md new file mode 100644 index 0000000..a31c3fb --- /dev/null +++ b/arch/README.md @@ -0,0 +1,5 @@ +AUR is now using git, the official PKGBUILD files are located here: + +* https://aur.archlinux.org/cgit/aur.git/tree/?h=petrified + +The files here are for development and testing purposes. diff --git a/arch/petrified.archlog b/arch/petrified.archlog deleted file mode 100644 index 9350991..0000000 --- a/arch/petrified.archlog +++ /dev/null @@ -1,41 +0,0 @@ -2015-03-08 Troy Engel - * 1.0.5-1 : - Version 1.0.5 - Migrate PKGBUILD to use all Makefile targets - Use SKIP for md5sum to make github tagging/release easier - -2014-12-01 Troy Engel - * 1.0.4-1 : - Version 1.0.4 - -2014-11-24 Troy Engel - * 1.0.3-1 : - Version 1.0.3 - Add new man page and README.pod, deprecate README.md - -2014-11-22 Troy Engel - * 1.0.2-3 : - Fix PKGBUILD optdepends - - * 1.0.2-2 : - Fix PKGBUILD weirdness - - * 1.0.2-1 : - Version 1.0.2 - Add petrified-systemd subpackage - Add packaging changelog - Move examples to extra/ in doc dir - Logrotate config is no longer installed system-wide - - * 1.0.1-2 : - Convert PKGBUILD to use tagged download from Github - -2014-09-07 Troy Engel - * 1.0.1-1 : - Version 1.0.1 - - * 1.0-2 : - Fixing lograte and some other things - - * 1.0-1 : - Initial release