summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Konarev2022-11-22 09:27:11 +0300
committerAlexander Konarev2022-11-22 09:27:11 +0300
commitad73554e5fe666b643d64b7d8cd6f8d7d7129704 (patch)
tree01dec1a68c7635117b62c1fa27b0f4a7741aac99
parent94551d2bd2920f73159ea9ebbb8b5ef8c6cf8e59 (diff)
downloadaur-ad73554e5fe666b643d64b7d8cd6f8d7d7129704.tar.gz
new version
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00d1fefcd8c8..d5a0f1021987 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = onescript
pkgdesc = This project is an alternative implementation of the virtual machine, execute scripts in the language of the 1C:Enterprise
- pkgver = 1.8.0
+ pkgver = 1.8.1
pkgrel = 1
url = http://oscript.io/
- arch = i686
arch = x86_64
license = GPL3
license = LGPL3
depends = mono
- source = source.deb::https://oscript.io/downloads/latest/x64/onescript-engine_1.8.0_all.deb
- md5sums = b4f1321fd2171d5dc3c5589ebed12ecd
+ source = source.deb::https://oscript.io/downloads/latest/x64/onescript-engine_1.8.1_all.deb
+ md5sums = 5bcd5161c2f5e59ea4d5e4db2e53117e
pkgname = onescript
diff --git a/PKGBUILD b/PKGBUILD
index d91fba89e119..161ccd7f3135 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,25 +2,25 @@
# Author: Andrey Ovsankin aka EvilBeaver
pkgname=onescript
-pkgver=1.8.0
+pkgver=1.8.1
pkgrel=1
pkgdesc="This project is an alternative implementation of the virtual machine, execute scripts in the language of the 1C:Enterprise"
-arch=("i686" "x86_64")
+arch=("x86_64")
license=('GPL3' 'LGPL3')
url="http://oscript.io/"
depends=('mono')
makedepens=('tar ar xz')
source=(
- "source.deb::https://oscript.io/downloads/latest/x64/onescript-engine_1.8.0_all.deb"
+ "source.deb::https://oscript.io/downloads/latest/x64/onescript-engine_${pkgver}_all.deb"
)
-md5sums=('b4f1321fd2171d5dc3c5589ebed12ecd')
+md5sums=('5bcd5161c2f5e59ea4d5e4db2e53117e')
prepare() {
cd $srcdir
- for f in *.deb
+ for f in *.deb
do
ar p $f data.tar.xz | tar -Jx
rm $f