Skip to content
Snippets Groups Projects
Commit b08eb8fd authored by Ed Robinson's avatar Ed Robinson Committed by Jakub Jirutka
Browse files

testing/detenc: update source url

I realised that github provides a stable source tarball, so
switching to that to save a build step upstream.
parent e7585830
No related branches found
No related tags found
No related merge requests found
...@@ -2,15 +2,15 @@ ...@@ -2,15 +2,15 @@
# Maintainer: Ed Robinson <ed+alpine@reevoo.com> # Maintainer: Ed Robinson <ed+alpine@reevoo.com>
pkgname=detenc pkgname=detenc
pkgver=2.0.0 pkgver=2.0.0
pkgrel=0 pkgrel=1
pkgdesc="A lightweight, low-memory character encoding detector" pkgdesc="A lightweight, low-memory character encoding detector"
url="https://github.com/reevoo/detenc" url="https://github.com/reevoo/detenc"
arch="all" arch="all"
license="MIT" license="MIT"
depends="" depends=""
makedepends="ruby-rake ruby-minitest" makedepends="ruby-rake ruby-minitest"
source="https://github.com/reevoo/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz" source="$pkgname-$pkgver.tar.gz::https://github.com/reevoo/$pkgname/archive/v$pkgver.tar.gz"
builddir="$srcdir/$pkgname" builddir="$srcdir/$pkgname-$pkgver"
build() { build() {
cd "$builddir" cd "$builddir"
...@@ -22,6 +22,6 @@ package() { ...@@ -22,6 +22,6 @@ package() {
make PREFIX="$pkgdir" -C "$builddir" install make PREFIX="$pkgdir" -C "$builddir" install
} }
md5sums="c2bbd3a16f0cb1e1285f4a8fa31994b8 detenc-2.0.0.tar.gz" md5sums="e880e0b24205fc45e4c6a7e0cf3bfa70 detenc-2.0.0.tar.gz"
sha256sums="1c6d27424424e23254b51558729f421290b17f5d330f0c3bf0beed69b7aa40c0 detenc-2.0.0.tar.gz" sha256sums="ae50401d0fb25edf781dc8324e0dfc699264c72ef31936729867754586e81f13 detenc-2.0.0.tar.gz"
sha512sums="5d653b6768dd3749273403fcde04b16b9c326d0260324ce2829bbb3f517a444991b42102e863a564c324817bc2310f5242b1652e20b2510187b9d124d6e1efcf detenc-2.0.0.tar.gz" sha512sums="b4c0dc71a699b2e30a345d641781bd58146be84a727e89dc9ef39da7ddb752659371ba8fc37b345c514b43f92723ef80c9bbe73c72a562a2729a1626ec3f53db detenc-2.0.0.tar.gz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment