summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 845f10311798..45c2c7240ec7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: MichaƂ Lisowski <lisu@riseup.net>
pkgname=opensubtitles-uploader
pkgver=2.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="Desktop app to upload subtitles to OpenSubtitles, using Node.JS and NWjs"
arch=('i686' 'x86_64')
url="http://blog.opensubtitles.eu/opensubtitlesorg/web/opensubtitles-uploader/"
license=('GPL3')
-makedepends=('npm53' 'gulp')
+makedepends=('npm' 'gulp')
source=("${pkgname}::https://github.com/vankasteelj/${pkgname}/archive/${pkgver}.tar.gz"
"${pkgname}.desktop"
"${pkgname}.png")