mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
community/emacs-srv: move from testing
Git tag `0.2` points to the same commit, so use that instead.
This commit is contained in:
parent
3eb15cd968
commit
07dfb6681b
@ -1,8 +1,7 @@
|
||||
# Contributor: Celeste <cielesti@protonmail.com>
|
||||
# Maintainer: Celeste <cielesti@protonmail.com>
|
||||
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
|
||||
"
|
Loading…
Reference in New Issue
Block a user