summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Maudoux2016-01-19 17:45:18 +0100
committerGuillaume Maudoux2016-01-19 17:45:18 +0100
commite4f035da9e4c65cc82abec5aa11e7e9f81d3e7b7 (patch)
treeaeb24cf17f67582a9d8c6899a1f9a7cac55aa837
parente53dee836739b48feb9c0f66f72eb79d2c23c9b0 (diff)
downloadaur-e4f035da9e4c65cc82abec5aa11e7e9f81d3e7b7.tar.gz
Remove merged patch application
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b39b1869c33..086aef5f5eab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Dec 14 10:15:38 UTC 2015
+# Tue Jan 19 16:44:09 UTC 2016
pkgbase = mozart2-git
pkgdesc = The Mozart Programming System version 2
- pkgver = v2.0.0.alpha.0.4141.ga2413d4
- pkgrel = 2
+ pkgver = v2.0.0.alpha.0.4152.g473e132
+ pkgrel = 1
url = https://github.com/mozart/mozart2
install = mozart2-git.install
arch = i686
@@ -25,10 +25,8 @@ pkgbase = mozart2-git
conflicts = mozart2-bin
source = mozart2-git::git+http://github.com/mozart/mozart2
source = git+http://github.com/mozart/mozart2-stdlib
- source = llvm-3.7.patch::https://github.com/mozart/mozart2/pull/265.diff
sha256sums = SKIP
sha256sums = SKIP
- sha256sums = cdd5ed2e58d7ebcf1bcb6e864823a2badad78ce42100f07335c30907fb569b9f
pkgname = mozart2-git
diff --git a/PKGBUILD b/PKGBUILD
index 19a2bd567764..06b07707e8fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Guillaume Maudoux <layus DOT on @AT@ gmail DOT com>
pkgname=mozart2-git
-pkgver=v2.0.0.alpha.0.4141.ga2413d4
-pkgrel=2
+pkgver=v2.0.0.alpha.0.4152.g473e132
+pkgrel=1
pkgdesc="The Mozart Programming System version 2"
arch=('i686' 'x86_64')
url="https://github.com/mozart/mozart2"
@@ -16,12 +16,10 @@ install="${pkgname}.install"
source=(
"$pkgname::git+http://github.com/mozart/mozart2"
'git+http://github.com/mozart/mozart2-stdlib'
- 'llvm-3.7.patch::https://github.com/mozart/mozart2/pull/265.diff'
)
sha256sums=(
'SKIP'
'SKIP'
- 'cdd5ed2e58d7ebcf1bcb6e864823a2badad78ce42100f07335c30907fb569b9f'
)
pkgver() {
@@ -36,8 +34,6 @@ prepare() {
git config submodule.stdlib.url $srcdir/mozart2-stdlib
git submodule update
- git apply "$srcdir/llvm-3.7.patch"
-
# Add required libraries to executable.
# TODO : Explore clang build process, I have no idea why this may be needed.
# Normally ld should be able to identify required LLVM/Clang libs by itself.