diff --git a/testing/emacs-srv/APKBUILD b/community/emacs-srv/APKBUILD similarity index 70% rename from testing/emacs-srv/APKBUILD rename to community/emacs-srv/APKBUILD index 5c3e4a5f090..21c0c30471e 100644 --- a/testing/emacs-srv/APKBUILD +++ b/community/emacs-srv/APKBUILD @@ -1,8 +1,7 @@ # Contributor: Celeste # Maintainer: Celeste pkgname=emacs-srv -pkgver=0.2_git20180715 -_gitrev=714387d5a5cf34d8d8cd96bdb1f9cb8ded823ff7 +pkgver=0.2 pkgrel=0 _pkgreal=srv pkgdesc="Elisp library to perform SRV DNS requests" @@ -11,10 +10,10 @@ arch="noarch" license="GPL-2.0-or-later" depends="cmd:emacs" makedepends="emacs-nox" -source="https://github.com/legoscia/srv.el/archive/$_gitrev/emacs-srv-$_gitrev.tar.gz +source="https://github.com/legoscia/srv.el/archive/$pkgver/emacs-srv-$pkgver.tar.gz optional-dns.el.patch " -builddir="$srcdir/srv.el-$_gitrev" +builddir="$srcdir/srv.el-$pkgver" options="!check" # no tests provided build() { @@ -34,6 +33,6 @@ package() { } sha512sums=" -72dc537f5db29009b2cdffc5b35d330adaa6793bba29773f49d294280f32ad082456cf5482cf773512cb85ad00113a9780c40c36ad663558ec6d772c09d0e1bc emacs-srv-714387d5a5cf34d8d8cd96bdb1f9cb8ded823ff7.tar.gz +f2378e78d241e13b857330f57031936773f0c45377898456b7ffc4fce81bcea1f8969318020f4c6b52f56cf87406cbface415d59d586cbe2b745a2edfc689ee9 emacs-srv-0.2.tar.gz 818343236430be0c1959fd62d75b636a08977632a733b3ee0f6c060621576bedf7f9e323337929ddcfac3b6ff50e64567a4eb666da7bede3561349b5236d9e04 optional-dns.el.patch " diff --git a/testing/emacs-srv/optional-dns.el.patch b/community/emacs-srv/optional-dns.el.patch similarity index 100% rename from testing/emacs-srv/optional-dns.el.patch rename to community/emacs-srv/optional-dns.el.patch