summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBellotto2022-01-15 15:05:16 -0300
committerBellotto2022-01-15 15:05:16 -0300
commitc49f17ba9f087f57008289825afec90a45432d13 (patch)
tree5699be921896772045acbc574173f9475a88bb3e
parent0059f96c0381e40db0a04e7fd2e095050dda0735 (diff)
downloadaur-c49f17ba9f087f57008289825afec90a45432d13.tar.gz
0.55 Rel 7
-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() {