summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Reisner2016-10-03 14:21:29 -0400
committerDave Reisner2016-10-03 14:21:40 -0400
commit99d1273aea93ce1270a4f91e0ef0b717b437b794 (patch)
tree00e05acee21174c000621dd139736aa3cce8d4a7
parented158997dd875b591cf507f9f7ac9a38be795f91 (diff)
downloadaur-99d1273aea93ce1270a4f91e0ef0b717b437b794.tar.gz
update source to new location
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b084d864204..f2bdfe6840cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,8 +11,8 @@ pkgbase = cower
depends = openssl
depends = pacman
depends = yajl
- source = http://code.falconindy.com/archive/cower/cower-16.tar.gz
- source = http://code.falconindy.com/archive/cower/cower-16.tar.gz.sig
+ source = https://pkgbuild.com/~dreisner/sources/cower/cower-16.tar.gz
+ source = https://pkgbuild.com/~dreisner/sources/cower/cower-16.tar.gz.sig
validpgpkeys = 487EACC08557AD082088DABA1EB2638FF56C0C53
md5sums = f141e441b7775df3d3a1ba3a80bc3d1d
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 800cc23535e9..7a020b9275d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="http://github.com/falconindy/cower"
license=('MIT')
depends=('curl' 'openssl' 'pacman' 'yajl')
makedepends=('perl')
-source=("http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
+source=("https://pkgbuild.com/~dreisner/sources/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53') # Dave Reisner
md5sums=('f141e441b7775df3d3a1ba3a80bc3d1d'
'SKIP')