summaryrefslogtreecommitdiff
path: root/wcc-git/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'wcc-git/PKGBUILD')
-rw-r--r--wcc-git/PKGBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/wcc-git/PKGBUILD b/wcc-git/PKGBUILD
index 0fb35ff92..0306f8e84 100644
--- a/wcc-git/PKGBUILD
+++ b/wcc-git/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=wcc-git
_pkgname=wcc
-pkgver=0.0.2.r11.g1bc7a5f
-pkgrel=4
+pkgver=0.0.2.r31.g0fe5a61
+pkgrel=1
pkgdesc="The Witchcraft Compiler Collection"
arch=('i486' 'i686' 'pentium4' 'x86_64')
license=('MIT')
@@ -19,9 +19,8 @@ makedepends=(git make)
provides=(wcc=${pkgver%.r*.g*})
conflicts=(wcc)
url=https://github.com/endrazine/wcc
-source=("git+https://github.com/endrazine/wcc.git" 'stropts.h.diff')
-sha512sums=('SKIP'
- 'fe45efd0c639ee0e52f67b9daa3bcb815c5a793d757e8d819ad6ab06b1c42966f2a49673f415a771de2f318527551378b86c6ed7c5d8ca381d4c4049cfb6d6ae')
+source=("git+https://github.com/endrazine/wcc.git")
+sha512sums=('SKIP')
pkgver() {
cd "$_pkgname"
@@ -30,7 +29,6 @@ pkgver() {
prepare() {
cd "$_pkgname"
- patch -p1 -i "${srcdir}/stropts.h.diff"
git submodule init
git submodule update
}