summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2019-09-03 20:41:43 +0200
committerhaawda2019-09-03 20:41:43 +0200
commita68f26f673a2eea60c6a61f5d6e4d660368926ac (patch)
tree496728974f31186b6649dcff39368cb058da357f
parent956bcc5604d62c2bb8e0c003b7da08fde3d951d7 (diff)
downloadaur-a68f26f673a2eea60c6a61f5d6e4d660368926ac.tar.gz
Update
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9abf2064b734..9da171c3b319 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -20,7 +20,7 @@ pkgbase = next-browser
optdepends = gst-plugins-ugly: for HTML5 audio/video
options = !strip
options = !makeflags
- source = next-browser-1.3.1::https://github.com/atlas-engineer/next/archive/1.3.1.tar.gz
+ source = next-browser-1.3.1.tar.gz::https://github.com/atlas-engineer/next/archive/1.3.1.tar.gz
sha256sums = 6f782d54a9ce545e75c95d2866754c6500029b341158abcf0ac976b002f2d006
pkgname = next-browser
diff --git a/PKGBUILD b/PKGBUILD
index a38de9adc6bf..f77cac375761 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Keyboard-oriented, Common Lisp extensible web-browser"
arch=('i686' 'x86_64')
url="https://next.atlas.engineer"
license=('custom:BSD')
-source=("$pkgname-$pkgver::https://github.com/atlas-engineer/next/archive/$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/atlas-engineer/next/archive/$pkgver.tar.gz")
sha256sums=('6f782d54a9ce545e75c95d2866754c6500029b341158abcf0ac976b002f2d006')
# If someday Next works with other Lisps, replace 'sbcl' with 'common-lisp'.
makedepends=('sbcl' 'cl-asdf')