Switched to official compiler instead of fork

This commit is contained in:
Jef Roosens 2022-04-15 10:59:05 +02:00
parent 9a56bd03a7
commit 20112b8693
Signed by untrusted user: Jef Roosens
GPG key ID: B75D4F293C7052DB
4 changed files with 20 additions and 15 deletions

View file

@ -2,7 +2,7 @@
pkgbase='vieter'
pkgname='vieter'
pkgver=0.1.0.rc1.r117.gc3ac00f
pkgver=0.2.0.r24.g9a56bd0
pkgrel=1
depends=('glibc' 'openssl' 'libarchive' 'gc')
makedepends=('git' 'gcc')
@ -23,7 +23,7 @@ build() {
# Build the compiler
CFLAGS= make v
make prod
V_PATH=v/v make prod
}
package() {