summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonne Haß2016-02-25 12:03:58 +0100
committerJonne Haß2016-02-25 12:06:31 +0100
commiteb10eea558e503ea7b30bf851beb92d4fac5b4b6 (patch)
tree8fe7860ee95ad76b75139be103d983f6da382bdf /PKGBUILD
parentc883579696970af3cc37d43cd6c87e58077448c6 (diff)
downloadaur-eb10eea558e503ea7b30bf851beb92d4fac5b4b6.tar.gz
crystal-git: update repo url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4a560625fcef..c1de65a3952d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Mikkel Kroman <mk@maero.dk>
pkgname=crystal-git
-pkgver=0.12.0.r0.g90eaec1
+pkgver=0.12.0.r39.g72f11f6
_last_release="0.12.0-1"
pkgrel=1
pkgdesc="The Crystal Programming Language"
@@ -18,9 +18,9 @@ optdepends=('shards: To make the crystal deps command work'
'libxml2: For XML support')
conflicts=('crystal')
provides=('crystal')
-source=("git://github.com/manastech/crystal.git")
-source_x86_64+=("https://github.com/manastech/crystal/releases/download/${_last_release/-*/}/${pkgname/-git/}-$_last_release-linux-i686.tar.gz")
-source_x86_64+=("https://github.com/manastech/crystal/releases/download/${_last_release/-*/}/${pkgname/-git/}-$_last_release-linux-x86_64.tar.gz")
+source=("git://github.com/crystal-lang/crystal.git")
+source_x86_64+=("https://github.com/crystal-lang/crystal/releases/download/${_last_release/-*/}/${pkgname/-git/}-$_last_release-linux-i686.tar.gz")
+source_x86_64+=("https://github.com/crystal-lang/crystal/releases/download/${_last_release/-*/}/${pkgname/-git/}-$_last_release-linux-x86_64.tar.gz")
pkgver() {
cd "$srcdir/${pkgname/-git/}"