summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5a064f3d798..317572617678 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sun Jul 2 10:05:11 UTC 2017
pkgbase = onescript
pkgdesc = This project is an alternative implementation of the virtual machine, execute scripts in the language of the 1C:Enterprise
- pkgver = 1.0.16
+ pkgver = 1.0.18
pkgrel = 1
url = http://oscript.io/
arch = i686
@@ -10,8 +8,8 @@ pkgbase = onescript
license = GPL3
license = LGPL3
depends = mono
- source = source.deb::http://oscript.io/downloads/1_0_16/deb
- md5sums = 7e7d0d287c525508d5c21f7e113e4149
+ source = source.deb::http://oscript.io/downloads/1_0_18/deb
+ md5sums = 2dccc72382964249de8a5904f1b68280
pkgname = onescript
diff --git a/PKGBUILD b/PKGBUILD
index 900716a00347..dcf84a31eed8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Author: Andrey Ovsankin aka EvilBeaver
pkgname=onescript
-pkgver=1.0.16
-_pkgver=1_0_16
+pkgver=1.0.18
+_pkgver=1_0_18
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")
@@ -16,7 +16,7 @@ source=(
"source.deb::http://oscript.io/downloads/$_pkgver/deb"
)
-md5sums=('7e7d0d287c525508d5c21f7e113e4149')
+md5sums=('2dccc72382964249de8a5904f1b68280')
prepare() {
@@ -26,7 +26,7 @@ prepare() {
ar p $f data.tar.xz | tar -Jx
rm $f
done
- rm control.tar.gz data.tar.xz deb debian-binary
+# rm control.tar.gz data.tar.xz debian-binary
}
package() {