Date: Saturday, October 8, 2016 @ 01:53:44
  Author: kkeen
Revision: 191619

FS#51276, fix googlecode URL

Modified:
  libpgm/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-10-08 01:51:13 UTC (rev 191618)
+++ PKGBUILD    2016-10-08 01:53:44 UTC (rev 191619)
@@ -7,12 +7,14 @@
 pkgrel=2
 pkgdesc="OpenPGM: implementation of the Pragmatic General Multicast (PGM, 
RFC3208)"
 arch=('i686' 'x86_64')
-url="http://code.google.com/p/openpgm";
+#url="http://code.google.com/p/openpgm";
+url='https://www.freshports.org/net/openpgm/'
 license=('LGPL2.1')
 depends=('glibc')
 makedepends=('python2')
 options=(!strip)
-source=("http://openpgm.googlecode.com/files/$pkgname-$pkgver.tar.gz";)
+#source=("http://openpgm.googlecode.com/files/$pkgname-$pkgver.tar.gz";)
+source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/openpgm/libpgm-$pkgver.tar.gz";)
 sha256sums=('6b895f550b95284dcde7189b01e04a9a1c1f94579af31b1eebd32c2207a1ba2c')
 
 

Reply via email to