aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2016-10-31 14:45:09 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2016-10-31 14:45:09 +0000
commit3e0594cf909c273e99481a5a1ccbff05bcfd1046 (patch)
treedf0ea17fde61df1e22f86d3a326b91f93779a81b
parentfe2b98d11116eb61c7375258ef0ffdeab1fa7905 (diff)
main/openpgm: fix source
-rw-r--r--main/openpgm/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/openpgm/APKBUILD b/main/openpgm/APKBUILD
index a3802533848..3aeb362ab57 100644
--- a/main/openpgm/APKBUILD
+++ b/main/openpgm/APKBUILD
@@ -2,9 +2,9 @@
# Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname=openpgm
pkgver=5.2.122
-pkgrel=0
+pkgrel=1
pkgdesc="An implementation of the PGM reliable multicast protocol"
-url="https://code.google.com/p/openpgm/"
+url="https://code.google.com/archive/p/openpgm/"
arch="all"
license="LGPL 2.1"
depends=""
@@ -12,7 +12,7 @@ depends_dev=""
makedepends="$depends_dev python2 perl"
install=""
subpackages="$pkgname-dev"
-source="https://openpgm.googlecode.com/files/libpgm-$pkgver.tar.bz2
+source="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/openpgm/libpgm-$pkgver.tar.bz2
openpgm-fix-includes.patch"
_builddir="$srcdir"/libpgm-$pkgver/openpgm/pgm/