summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD16
2 files changed, 11 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d1a526993d7..ffc7ad2967f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = medis
pkgdesc = Medis is a beautiful, easy-to-use database management application for Redis.
pkgver = 1.0.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/luin/medis
arch = any
license = MIT
makedepends = npm
makedepends = asar
makedepends = git
+ makedepends = nodejs-lts-fermium
depends = electron
- source = medis-git::git+https://github.com/luin/medis.git
+ source = medis-git::git+https://github.com/darky/medis.git
source = medis.desktop
source = medis
md5sums = SKIP
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() {