summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Graef2017-11-11 21:22:20 +0100
committerAlbert Graef2017-11-11 21:22:20 +0100
commit27392b9264e1daba78c261df276036a5d50082c0 (patch)
tree37aea699baa756c5b0a83412a2f38f9864a130cd
parentb8a662ff1c96f02030f04089b6f3f79d24854258 (diff)
downloadaur-27392b9264e1daba78c261df276036a5d50082c0.tar.gz
Update to latest upstream source.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 303d1e8db4d8..8ec0c2f20cd7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Mar 4 22:20:18 UTC 2017
+# Sat Nov 11 20:21:29 UTC 2017
pkgbase = pure-pcre-git
pkgdesc = Pure is a modern-style functional programming language based on term rewriting (variant with Perl regex support).
- pkgver = r5731.3abb99f6
+ pkgver = r5738.4f9c548f
pkgrel = 1
url = http://purelang.bitbucket.org/
arch = i686
@@ -26,7 +26,7 @@ pkgbase = pure-pcre-git
conflicts = pure
conflicts = pure-git
replaces = pure-pcre-hg
- source = git+https://bitbucket.org/purelang/pure-lang
+ source = git+https://github.com/agraef/pure-lang.git
md5sums = SKIP
pkgname = pure-pcre-git
diff --git a/PKGBUILD b/PKGBUILD
index 67c5f4c64b6e..29350672583c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Albert Graef <aggraef@gmail.com>
pkgname=pure-pcre-git
-pkgver=r5731.3abb99f6
+pkgver=r5738.4f9c548f
pkgrel=1
pkgdesc="Pure is a modern-style functional programming language based on term rewriting (variant with Perl regex support)."
arch=("i686" "x86_64")
@@ -19,7 +19,7 @@ optdepends=("clang35: needed for inlining C/C++ code"
provides=('pure' 'pure-git')
conflicts=('pure' 'pure-git')
replaces=('pure-pcre-hg')
-source=("git+https://bitbucket.org/purelang/pure-lang")
+source=("git+https://github.com/agraef/pure-lang.git")
md5sums=(SKIP)
pkgver() {