summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Höß2020-05-06 20:52:49 +0200
committerThomas Höß2020-05-06 20:52:49 +0200
commite41d337f30f2ea25f1dfb9ea1cf6e5f91019ae76 (patch)
tree4cd633238bbbeab3b8a7c70517625d7ac170c60a
parentdf01e5a9592b6a20333fc01c4200fc9417394f3b (diff)
downloadaur-e41d337f30f2ea25f1dfb9ea1cf6e5f91019ae76.tar.gz
Update to 7.2.21
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD17
2 files changed, 12 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d15448c5d593..2d17ead40d17 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.3
+ pkgver = 7.2.21
pkgrel = 1
url = https://prepros.io
install = prepros-bin.install
arch = x86_64
- license = custom:"Copyright (c) 2018 Prepros Ltd"
+ license = custom:"Copyright (c) 2020 Prepros Ltd"
depends = alsa-lib
depends = atk
depends = cairo
@@ -48,8 +48,8 @@ pkgbase = prepros-bin
optdepends = lsb-release
options = !strip
options = !emptydirs
- source_x86_64 = https://prepros.io/downloads/stable/linux
- sha512sums_x86_64 = 845ba9d117a18477b3e04529f57c25e8045ea793cba04f7f83d288bbe5866cd83594e8bd42391ad8df755ec68f742fd0e0e45ec65c2f53d8d85093ada6e7c473
+ source_x86_64 = https://downloads.prepros.io/v7/Prepros-7.2.21.deb
+ sha512sums_x86_64 = eb9c4be34bdbf075dfeab6a37ac0baae25f2cfcdeb003eaf1e01d29dd9ed3427dbd67650cf2dede6837682b15d015159c086237c748120eda421996f52860cbe
pkgname = prepros-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4d16ca5cfcf7..b43c59cee853 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
-# Maintainer: Martin Mariano <contato@martinmariano.com>
+# Maintainer: Thomas Höß <hi@thomsn.de>
# Contributor: Prepros <hi@prepros.io>
pkgname=prepros-bin
-pkgver=6.3
+pkgver=7.2.21
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) 2020 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'
@@ -16,15 +16,14 @@ options=('!strip' '!emptydirs')
install=${pkgname}.install
-source_x86_64=("https://prepros.io/downloads/stable/linux")
-sha512sums_x86_64=('845ba9d117a18477b3e04529f57c25e8045ea793cba04f7f83d288bbe5866cd83594e8bd42391ad8df755ec68f742fd0e0e45ec65c2f53d8d85093ada6e7c473')
+source_x86_64=("https://downloads.prepros.io/v7/Prepros-7.2.21.deb")
+sha512sums_x86_64=('eb9c4be34bdbf075dfeab6a37ac0baae25f2cfcdeb003eaf1e01d29dd9ed3427dbd67650cf2dede6837682b15d015159c086237c748120eda421996f52860cbe')
package(){
- # Extract package data
- tar xf data.tar.xz -C "${pkgdir}"
+ # Extract package data
+ tar xf data.tar.xz -C "${pkgdir}"
- install -D -m644 "${pkgdir}/usr/lib/prepros/resources/extensions/slim.asar.unpacked/ruby_gems/gems/temple-0.8.0/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
- install -D -m644 "${pkgdir}/usr/share/doc/prepros/copyright" "${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT"
+ install -D -m644 "${pkgdir}/usr/share/doc/prepros/copyright" "${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT"
}