Package Details: responsively-bin 0.19.1-1

Git Clone URL: https://aur.archlinux.org/responsively-bin.git (read-only, click to copy)
Package Base: responsively-bin
Description: A modified web browser that helps in responsive web development. A web developer's must have dev-tool
Upstream URL: https://responsively.app
Keywords: desktop-app developer-tools electron responsive responsive-web-design web-development
Licenses: AGPL3
Provides: responsively
Submitter: ragouel
Maintainer: jtraub
Last Packager: jtraub
Votes: 4
Popularity: 0.000012
First Submitted: 2020-06-15 22:16 (UTC)
Last Updated: 2022-09-01 20:18 (UTC)

Latest Comments

garlandKey commented on 2023-05-26 14:05 (UTC)

The latest version is 1.2.2.

jtraub commented on 2022-07-10 01:36 (UTC) (edited on 2022-07-10 11:49 (UTC) by jtraub)

PKGBUILD for 0.19.0

https://gist.github.com/jtraub/1f51523c050526025f5e6ac53077fd0f

Changes:

  • version upgrade

  • package dependencies included

  • use RPM as the package source (hence, no need for gendesk as a make dependency since desktop icon is included)

thirk_voluntary commented on 2020-07-02 23:55 (UTC) (edited on 2020-07-02 23:55 (UTC) by thirk_voluntary)

Patch for 0.5.0

diff --git a/PKGBUILD b/PKGBUILD
index 76cd572..25ae787 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer:  Dimitris Kiziridis <ragouel at outlook dot com>

 pkgname=responsively-bin
-pkgver=0.4.0
+pkgver=0.5.0
 pkgrel=1
 pkgdesc="A modified browser that helps in responsive web development"
 arch=('x86_64')
@@ -13,8 +13,7 @@ makedepends=('gendesk')
 options=('!strip')
 noextract=("${pkgname}-${pkgver}.AppImage")
 source=("${pkgname}-${pkgver}.AppImage::https://github.com/manojVivek/responsively-app/releases/download/v${pkgver}/ResponsivelyApp-${pkgver}.AppImage")
-sha256sums=('278718da4b37fe7217281109826774680c40fa12945e7d61847f683f6f842758')
-
+sha256sums=('27fd59366043d5e86aa0350ce880669f5dbb510fb77fc099dc7dd4db53109275')
 package() {
   chmod 755 ./${pkgname}-${pkgver}.AppImage
   ./${pkgname}-${pkgver}.AppImage --appimage-extract
@@ -30,4 +29,4 @@ package() {
   install -d "${pkgdir}/usr/bin"
   install -Dm755 "${srcdir}/${pkgname}-${pkgver}.AppImage" "${pkgdir}/opt/${pkgname%-bin}/${pkgname%-bin}.AppImage"
   ln -s /opt/${pkgname%-bin}/${pkgname%-bin}.AppImage "${pkgdir}/usr/bin/responsively"
-}
\ No newline at end of file
+}