summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin2018-05-31 17:31:26 -0300
committerMartin2018-05-31 17:31:26 -0300
commitab9426d7626494215b11bbaa1209e90757dbfb5a (patch)
treed942c24205a170768b03ab45354383505ec83916
parent7bcc1ab1499b1f7b88804bc6b1ee1395bc97d6bc (diff)
downloadaur-ab9426d7626494215b11bbaa1209e90757dbfb5a.tar.gz
fix minor errors
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98c48a81bd3c..16cbcb548576 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = prepros-bin
pkgdesc = Compile Sass, Less, Jade and much more with live browser refresh.
- pkgver = 6.0.16
+ pkgver = 6.2.2
pkgrel = 1
url = https://prepros.io
install = prepros-bin.install
arch = x86_64
- license = GPL2
+ license = custom:"Copyright (c) 2018 Prepros Ltd"
depends = alsa-lib
depends = atk
depends = cairo
@@ -41,17 +41,15 @@ pkgbase = prepros-bin
depends = libxtst
depends = nspr
depends = nss
- depends = opera
depends = pango
depends = xdg-utils
depends = zlib
- optdepends = gnome-keyring
optdepends = libgnome-keyring
optdepends = lsb-release
options = !strip
options = !emptydirs
- source_x86_64 = https://bit.ly/prepros-6-linux
- sha512sums_x86_64 = 5bb2428801f13a5af8d66edc8da5f460f530a3a7982831476b88708c2f2dc406937d32bf30e8e4fa3072c263039f943322ad8241e1b2e66c9206335e12621437
+ source_x86_64 = https://prepros.io/downloads/stable/linux
+ sha512sums_x86_64 = eaa1c2351211608b6861b16190e49cac2dddc2e11bd110557548ab0ca317d791a41296a2f75acfe558383c159331415b2ccdd900b1b0183309e1d56604783c19
pkgname = prepros-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4f3146cbd474..713de461051c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="Compile Sass, Less, Jade and much more with live browser refresh."
arch=('x86_64')
url="https://prepros.io"
-license=(''custom:"Copyright (c) 2018 Prepros Ltd"')
+license=('custom:"Copyright (c) 2018 Prepros Ltd"')
depends=('alsa-lib' 'atk' 'cairo' 'dbus' 'desktop-file-utils' 'electron' 'expat' 'fontconfig' 'freetype2' 'gconf' 'gdk-pixbuf2' 'glib2' 'gtk2' 'gvfs' 'hicolor-icon-theme' 'libcap' 'libcups' 'libgcrypt' 'libnotify' 'libsystemd' 'libudev0' 'libx11' 'libxcb' 'libxcomposite' 'libxcursor' 'libxdamage' 'libxext' 'libxfixes' 'libxi' 'libxrandr' 'libxrender' 'libxss' 'libxtst' 'nspr' 'nss' 'pango' 'xdg-utils' 'zlib')
optdepends=('libgnome-keyring'