summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxim Andersson2015-12-11 22:24:48 +0100
committerMaxim Andersson2015-12-11 22:24:48 +0100
commitbaf223090171fffeb48334cf91610459ccd07df6 (patch)
tree88eac523fd22f41e4802fcb449bfeea9a1b90756
parent6ed6f4181a6fbfe415490ef84be5fb7c9724d073 (diff)
downloadaur-baf223090171fffeb48334cf91610459ccd07df6.tar.gz
Bump node-sass dependency
makepkg will break if the node-sass dependency is not changed.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bafbe5270e2e..7747bd08b1af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Fri Dec 11 21:23:46 UTC 2015
pkgbase = lockee
pkgdesc = Temporary encrypted file lockers on the web
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/hbons/Lockee
arch = any
license = AGPL3
diff --git a/PKGBUILD b/PKGBUILD
index 2b81667bdd11..1a830b1b6156 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=lockee
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Temporary encrypted file lockers on the web"
arch=('any')
url="https://github.com/hbons/Lockee"
@@ -16,8 +16,9 @@ sha256sums=('241c555d4422b53ba144c55e4ac749c7a1b86e813537473666e8397d6d30d739')
prepare() {
cd "${srcdir}/${pkgname^}-${pkgver}"
- # Bumping sqlite3 dependencie to 3.0.x
- sed -i 's/2.1.1/3.0.x/g' package.json
+ # Bumping the sqlite3 and node-sass dependencies
+ sed -i 's/2.1.1/3.x/g' package.json
+ sed -i 's/3.0.0-alpha.0/3.x/g' package.json
# Fix path in service file
sed -i 's|share/lockee|lib/node_modules/Lockee|g' "${pkgname}.service"