summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9736a2e5ed59..9b912c57ddd9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cubway-jslib-simplejs-git
pkgdesc = Simple DOM operation library.
pkgver = r30.a081568
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/SubwayDesktop/simple.js/
arch = any
makedepends = coreutils
diff --git a/PKGBUILD b/PKGBUILD
index c36633cd951d..e33aeeff42df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=cubway-jslib-simplejs
pkgname=$_pkgname-git
pkgver=r30.a081568
-pkgrel=1
+pkgrel=2
pkgdesc='Simple DOM operation library.'
arch=('any')
url='https://github.com/SubwayDesktop/simple.js/'
@@ -19,5 +19,5 @@ pkgver() {
package() {
cd "${srcdir}/${_pkgname}"
install -m755 -d "${pkgdir}/opt/Subway/simple.js"
- install -m755 simple.js "${pkgdir}/opt/Subway/simple.js/"
+ install -m644 simple.js "${pkgdir}/opt/Subway/simple.js/"
}