summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2018-05-23 20:49:56 -0600
committerBrian Bidulock2018-05-23 20:49:56 -0600
commit0506aa06ac14043bc47666b39b30434811f05efe (patch)
tree8d107e12651e12cd41d9815bc9c5a02bbf201b12
parenta0dcfbdac4dd76eaa0e94033f28cd93391a42d18 (diff)
downloadaur-0506aa0.tar.gz
change source()
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7ee9881f62f..7a616e2b121c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Sun Mar 6 14:03:43 UTC 2016
pkgbase = esetroot
pkgdesc = Eterm's root background setter, packaged separately.
pkgver = 20030422
@@ -9,7 +7,7 @@ pkgbase = esetroot
arch = x86_64
license = custom
depends = imlib2
- source = esetroot-20030422.tar.gz::https://github.com/ctab/fvwm/blob/master/esetroot-20030422.tar.gz?raw=true
+ source = https://github.com/bbidulock/esetroot/releases/download/20030422/esetroot-20030422.tar.gz
md5sums = 6a22103b84f6c46f8b18f4ce1222cfc8
pkgname = esetroot
diff --git a/PKGBUILD b/PKGBUILD
index 9c707b8fe1fd..e976d6512b2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,8 @@ arch=('i686' 'x86_64')
license=('custom')
depends=('imlib2')
#source=(https://celti.name/arch/$pkgname-$pkgver.tar.gz)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ctab/fvwm/blob/master/${pkgname}-${pkgver}.tar.gz?raw=true")
+#source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ctab/fvwm/blob/master/${pkgname}-${pkgver}.tar.gz?raw=true")
+source=("https://github.com/bbidulock/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
md5sums=('6a22103b84f6c46f8b18f4ce1222cfc8')
build() {