Date: Friday, December 21, 2018 @ 12:49:58 Author: spupykin Revision: 417247
emacs-apel: clean up Modified: emacs-apel/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-12-21 12:49:23 UTC (rev 417246) +++ PKGBUILD 2018-12-21 12:49:58 UTC (rev 417247) @@ -3,14 +3,15 @@ pkgname=emacs-apel pkgver=10.8.20170122 +_commit=339eb28ffae3165255a79de9b1fd362f43cd37c3 pkgrel=1 pkgdesc="A library for making portable Emacs Lisp programs." arch=(any) -url="https://github.com/jeffgran/APEL" +url="https://github.com/wanderlust/apel" license=('GPL') depends=('emacs') makedepends=('git') -source=("apel-$pkgver::git://github.com/wanderlust/apel#commit=339eb28ffae3165255a79de9b1fd362f43cd37c3") +source=("apel-$pkgver::git://github.com/wanderlust/apel#commit=${_commit}") md5sums=('SKIP') build() {
