summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBradley Klee2017-01-03 14:51:07 -0600
committerBradley Klee2017-01-03 14:51:07 -0600
commit190e89753331b017f669fb42d27d2ef4691a7c28 (patch)
treeb5c93f39d2ff74dfed326f932dadddae77de3b7d
parent1d06175dee1b10c024911e4e34a8ed76e0b10b39 (diff)
downloadaur-190e89753331b017f669fb42d27d2ef4691a7c28.tar.gz
linked to git
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 163915639e02..69df57b4309a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,8 +7,8 @@ pkgbase = pendulumdata
license = GPL
depends = python
depends = gnuplot
- source = local://PendulumDataV1.1.tar.gz
- source = local://PendulumDataV1.1.tar.gz.sig
+ source = https://github.com/bradklee/ArchBuilds/raw/master/PlanePendulum/PendulumDataV1.1.tar.gz
+ source = https://github.com/bradklee/ArchBuilds/raw/master/PlanePendulum/PendulumDataV1.1.tar.gz.sig
validpgpkeys = EF6F2A81897A87838FDF67BB6B5766ADDC064400
md5sums = 4683d728f9b4d3d40e6a1380bdbe385c
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 08e6fddbb8e5..08d6b75292b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('any')
url="https://github.com/bradklee/DataAnalysis/tree/master/PlanePendulum"
license=('GPL')
depends=('python' 'gnuplot')
-source=("local://PendulumDataV1.1.tar.gz"{,.sig})
+source=("https://github.com/bradklee/ArchBuilds/raw/master/PlanePendulum/PendulumDataV1.1.tar.gz"{,.sig})
md5sums=('4683d728f9b4d3d40e6a1380bdbe385c'
'SKIP')
validpgpkeys=('EF6F2A81897A87838FDF67BB6B5766ADDC064400')