summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Allen2015-12-25 19:52:15 -0800
committerSteven Allen2015-12-25 19:52:15 -0800
commit08ab2f7b3f6d16829c86247100a4656abd200903 (patch)
tree8a6f5fcb90d252f6ff81a44e992fdceabd729ef0
parent162b4edcd4851644b54ae48feb32fc390477c0ad (diff)
downloadaur-08ab2f7b3f6d16829c86247100a4656abd200903.tar.gz
Move to github.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f228b17b892c..86f536fde472 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Fri Dec 25 18:02:18 UTC 2015
+# Sat Dec 26 03:52:15 UTC 2015
pkgbase = ndyndns
pkgdesc = Update client for the dynamic DNS services from DynDNS and Namecheap
pkgver = 2.2
pkgrel = 1
- url = http://code.google.com/p/ndyndns/
+ url = https://github.com/niklata/ndyndns
install = ndyndns.install
arch = i686
arch = x86_64
@@ -14,12 +14,12 @@ pkgbase = ndyndns
license = GPL3
depends = curl
backup = etc/ndyndns.conf
- source = http://ndyndns.googlecode.com/files/ndyndns-2.2.tar.bz2
+ source = https://github.com/niklata/ndyndns/archive/v2.2.tar.gz
source = ndyndns.service
source = ndyndns.sysusers
source = ndyndns.conf
source = ndyndns.install
- md5sums = d3ea7e5242ea340b230df3f959cda305
+ md5sums = 065e5b9cfaeea9be7a93c42478fc3a56
md5sums = 6a6efc0c5744c5c8cb16d72cd2509cc0
md5sums = b7bd3d2f0473fd78555ed874eee3dd1b
md5sums = f0c69eb41db16a228ebf62c1561c89d6
diff --git a/PKGBUILD b/PKGBUILD
index 663f9ba35a16..d060c24e15a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,18 +5,18 @@ pkgname=ndyndns
pkgver=2.2
pkgrel=1
pkgdesc="Update client for the dynamic DNS services from DynDNS and Namecheap"
-url="http://code.google.com/p/ndyndns/"
+url="https://github.com/niklata/ndyndns"
license=('GPL3')
arch=('i686' 'x86_64' 'armv5h' 'armv6h' 'armv7h')
depends=('curl')
install="${pkgname}.install"
backup=('etc/ndyndns.conf')
-source=("http://${pkgname}.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2"
+source=("https://github.com/niklata/ndyndns/archive/v${pkgver}.tar.gz"
'ndyndns.service'
'ndyndns.sysusers'
'ndyndns.conf'
"${pkgname}.install")
-md5sums=('d3ea7e5242ea340b230df3f959cda305'
+md5sums=('065e5b9cfaeea9be7a93c42478fc3a56'
'6a6efc0c5744c5c8cb16d72cd2509cc0'
'b7bd3d2f0473fd78555ed874eee3dd1b'
'f0c69eb41db16a228ebf62c1561c89d6'