diff options
Diffstat (limited to 'my_basic-git/PKGBUILD')
| -rw-r--r-- | my_basic-git/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/my_basic-git/PKGBUILD b/my_basic-git/PKGBUILD index 449c6a4..3ece544 100644 --- a/my_basic-git/PKGBUILD +++ b/my_basic-git/PKGBUILD @@ -4,12 +4,13 @@ _pkgname=my_basic pkgname=$_pkgname-git -pkgver=r1079.gc760bef -pkgrel=1 +pkgver=r1091.g4d4d153 +pkgrel=2 pkgdesc="BASIC interpreter" arch=('i686' 'x86_64') url="https://paladin-t.github.io/my_basic" license=('MIT') +makedepends=('git') source=("$pkgname::git+https://github.com/paladin-t/$_pkgname" "$_pkgname-makefile.patch") sha256sums=('SKIP' @@ -24,7 +25,7 @@ pkgver() { prepare() { cd "${pkgname}" - + # Patch CFLAGS patch -p1 -i "${srcdir}/${_pkgname}-makefile.patch" } |
