summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Gahde2018-09-07 12:49:20 +0200
committerJakob Gahde2018-09-07 12:49:20 +0200
commit1768d04531dde55511362d585a460b36c4ad4078 (patch)
treed6708152e78003d49ca3a0a8e0d0e499611c6cdc
parent550c81e9cb781111fc93097f4695ca080f725c84 (diff)
downloadaur-1768d04531dde55511362d585a460b36c4ad4078.tar.gz
etrophy 0.5.1-3: Fix download url
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce1b70a9c30d..2bc0d4503c7e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Sat Jun 3 13:33:57 UTC 2017
pkgbase = etrophy
pkgdesc = EFL based library that manages scores, trophies and unlockables
pkgver = 0.5.1
@@ -10,7 +8,7 @@ pkgbase = etrophy
license = BSD
depends = efl
options = !emptydirs
- source = http://download.enlightenment.org/releases/etrophy-0.5.1.tar.bz2
+ source = http://download.enlightenment.org/att/releases/etrophy-0.5.1.tar.bz2
sha256sums = 4d9c2f2deb017d67909d88718f1a97e80ab611538491956995377189f780ca0d
pkgname = etrophy
diff --git a/PKGBUILD b/PKGBUILD
index 68f89e266dfc..5e5a6b114adb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="http://www.enlightenment.org"
license=('BSD')
depends=('efl')
options=('!emptydirs')
-source=("http://download.enlightenment.org/releases/${pkgname}-${pkgver}.tar.bz2")
+source=("http://download.enlightenment.org/att/releases/${pkgname}-${pkgver}.tar.bz2")
sha256sums=('4d9c2f2deb017d67909d88718f1a97e80ab611538491956995377189f780ca0d')
build() {