summarylogtreecommitdiffstats
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
parentc883579696970af3cc37d43cd6c87e58077448c6 (diff)
downloadaur-eb10eea558e503ea7b30bf851beb92d4fac5b4b6.tar.gz
crystal-git: update repo url
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f49f5c9016b1..7342c435ebaa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Feb 16 17:30:17 UTC 2016
+# Thu Feb 25 11:06:25 UTC 2016
pkgbase = crystal-git
pkgdesc = The Crystal Programming Language
- pkgver = 0.12.0.r0.g90eaec1
+ pkgver = 0.12.0.r39.g72f11f6
pkgrel = 1
url = http://crystal-lang.org
arch = i686
@@ -26,10 +26,10 @@ pkgbase = crystal-git
optdepends = libxml2: For XML support
provides = crystal
conflicts = crystal
- source = git://github.com/manastech/crystal.git
+ source = git://github.com/crystal-lang/crystal.git
sha256sums = SKIP
- source_x86_64 = https://github.com/manastech/crystal/releases/download/0.12.0/crystal-0.12.0-1-linux-i686.tar.gz
- source_x86_64 = https://github.com/manastech/crystal/releases/download/0.12.0/crystal-0.12.0-1-linux-x86_64.tar.gz
+ source_x86_64 = https://github.com/crystal-lang/crystal/releases/download/0.12.0/crystal-0.12.0-1-linux-i686.tar.gz
+ source_x86_64 = https://github.com/crystal-lang/crystal/releases/download/0.12.0/crystal-0.12.0-1-linux-x86_64.tar.gz
sha256sums_x86_64 = 0595aab4336e48d0d04f0a0f172f641ebb1c17ebdb6e2eebbbfa36a650323242
sha256sums_x86_64 = ecd444dab34803fd97dcb9f82da47c60fad9de3c2f43d20195108d678e874f16
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/}"