summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 8 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4b287cafc53a..73e395b1d579 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,28 +2,28 @@
pkgname=medis
pkgver=1.0.3
-pkgrel=1
+pkgrel=2
pkgdesc="Medis is a beautiful, easy-to-use database management application for Redis."
arch=("any")
url="https://github.com/luin/medis"
license=("MIT")
depends=('electron')
-makedepends=('npm' 'asar' 'git')
-source=("${pkgname}-git::git+https://github.com/luin/medis.git"
+makedepends=('npm' 'asar' 'git' 'nodejs-lts-fermium')
+source=("${pkgname}-git::git+https://github.com/darky/medis.git"
'medis.desktop'
'medis')
md5sums=('SKIP'
'F9B462B94D50FB4086D94FD420558B34'
'05074FDFE9D1FAA78550ED6551CF447B')
-pkgver() {
- cd "${pkgname}-git"
- git describe --tags | cut -c 2-6
-}
+#pkgver() {
+# cd "${pkgname}-git"
+# git describe --tags | cut -c 2-6
+#}
prepare() {
cd "${pkgname}-git"
- git reset --hard 79bf2d3b4eea5dddb2a98348a5b653c1f61feb7c
+ git reset --hard 98519987c8e06a1c110fa0360db6d598aab0f55e
}
build() {