From 7a6fc9188125b490980d88db68f39d0095d529d5 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 20 Apr 2017 23:17:29 +0200 Subject: [PATCH] aoeui: use official upstream github. --- srcpkgs/aoeui/template | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/srcpkgs/aoeui/template b/srcpkgs/aoeui/template index 66038877e07..52bc1a822bd 100644 --- a/srcpkgs/aoeui/template +++ b/srcpkgs/aoeui/template @@ -1,15 +1,17 @@ # Template file for 'aoeui' pkgname=aoeui version=1.7 -revision=5 +revision=6 +_githash=4e5dee93ebbaf5bd7bd7da80ce34b2eef196cd08 +wrksrc="${pkgname}-${_githash}" build_style=gnu-makefile hostmakedepends="m4" short_desc="Lightweight UNIX-friendly text editor" -maintainer="Christian Neukirchen " +maintainer="Leah Neukirchen " license="GPL-2" -homepage="http://sites.google.com/site/aoeuiandasdfg/Home" -distfiles="https://github.com/adnelson/aoeui/raw/master/${pkgname}-${version}.tgz" -checksum=f4c067ad2c3b95ad130411195dd53ea49300e8e3496ecf0deceff20350c7670d +homepage="https://github.com/pklausler/aoeui" +distfiles="https://github.com/pklausler/aoeui/archive/${_githash}.tar.gz" +checksum=3b06c7950b0fcbdfe57e78de8cb9b9d7af141932459a32d72a029f96839d667f post_extract() { echo 'LIBS += $(LDFLAGS)' >>Makefile