summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten de Vries2016-03-11 12:56:36 +0100
committerMaarten de Vries2016-03-11 12:56:36 +0100
commitdbc80a643239b1e2ec4eda42c40b4672ae90b3db (patch)
treecd30d4b0925ebc0431ab6f73818d545e35b143d9
parentb1c292c2d8eb5a45189c450b9e61f90ed80db898 (diff)
downloadaur-dbc80a643239b1e2ec4eda42c40b4672ae90b3db.tar.gz
Download cloudabi-utils from the official mirror.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7632041adaac..2223908577f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Mar 10 20:50:16 UTC 2016
+# Fri Mar 11 11:56:30 UTC 2016
pkgbase = cloudabi-utils
pkgdesc = a number of libraries and utilities that can be used to easily start CloudABI programs
pkgver = 0.8
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/NuxiNL/cloudabi-utils
arch = x86_64
arch = aarch64
@@ -11,8 +11,8 @@ pkgbase = cloudabi-utils
makedepends = cmake
depends = glibc
depends = libyaml
- source = https://github.com/NuxiNL/cloudabi-utils/archive/v0.8.tar.gz
- sha512sums = 5409323c51b52440c665e355f7cde76024f4140fea8e5482a5c46927120ab97ed7b770cb2ebc587397f07b30f424072ed6548ca94aaaa28929473368315fc28c
+ source = https://nuxi.nl/distfiles/cloudabi-utils/cloudabi-utils-0.8.tar.xz
+ sha512sums = fcfbbe5fa3e75d21f8fa4bd3988221ac4704ea6c6ed0f98abea40c04de7604c2f362ebfce835c3c9e0cf0e49c1fb8ae1d824dfce48b6c7f9842f0487ea742fc3
pkgname = cloudabi-utils
diff --git a/PKGBUILD b/PKGBUILD
index deac0decd9fa..d85beab20426 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,17 +4,15 @@
pkgname=cloudabi-utils
pkgver=0.8
-pkgrel=1
+pkgrel=2
pkgdesc="a number of libraries and utilities that can be used to easily start CloudABI programs"
arch=('x86_64' 'aarch64')
url='https://github.com/NuxiNL/cloudabi-utils'
license=('GPL')
depends=('glibc' 'libyaml')
makedepends=('cmake')
-source=("https://github.com/NuxiNL/cloudabi-utils/archive/v$pkgver.tar.gz")
-sha512sums=(
- '5409323c51b52440c665e355f7cde76024f4140fea8e5482a5c46927120ab97ed7b770cb2ebc587397f07b30f424072ed6548ca94aaaa28929473368315fc28c'
-)
+source=("https://nuxi.nl/distfiles/$pkgname/$pkgname-$pkgver.tar.xz")
+sha512sums=('fcfbbe5fa3e75d21f8fa4bd3988221ac4704ea6c6ed0f98abea40c04de7604c2f362ebfce835c3c9e0cf0e49c1fb8ae1d824dfce48b6c7f9842f0487ea742fc3')
prepare() {
mkdir -p "$srcdir/build"