Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2021-02-27 04:03:26 +03:00
parent c5741a31c6
commit af71e6b95b
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
#pkgbase=
pkgname=anope-services
pkgver=2.0.7
pkgver=2.0.9
pkgrel=1
pkgdesc='A set of IRC Services designed for flexibility and ease of use'
url='http://anope.org'
@ -12,7 +12,7 @@ makedepends=( 'cmake' )
install=anope-services.install
source=(
"https://github.com/anope/anope/releases/download/${pkgver}/anope-${pkgver}-source.tar.gz"
"https://github.com/anope/anope/archive/${pkgver}.tar.gz"
'anope-services.install'
)
@ -63,5 +63,5 @@ package() {
cp -r locale/* "${pkgdir}/usr/lib/${pkgname}/locale"
}
sha1sums=('298c21edbff18a1d3cc711bf84b55ac06ae10d6b'
sha1sums=('ce930339b82332d7653018278bd6141d6d0a6a10'
'884af887bf5cde2f74f8edb38fabed3e616b6535')