summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d5a4e99ed15..13210e7a4fb4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = porth-gitlab
pkgdesc = [Unstable/W.I.P] It's like Forth but in Python.
pkgver = 0.55
- pkgrel = 6
+ pkgrel = 7
url = https://gitlab.com/tsoding/porth.git
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 6a5b583a4023..fc6c6c3f3108 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=porth-gitlab
pkgver=0.55
-pkgrel=6
+pkgrel=7
pkgdesc="[Unstable/W.I.P] It's like Forth but in Python."
arch=('x86_64')
url="https://gitlab.com/tsoding/porth.git"
@@ -17,7 +17,6 @@ build() {
fasm -m 524288 ./bootstrap/porth-linux-x86_64.fasm
chmod +x ./bootstrap/porth-linux-x86_64
./bootstrap/porth-linux-x86_64 com -t fasm-linux-x86_64 ./porth.porth
- mv -v output porth
}
package() {