[arch-commits] Commit in min/trunk (PKGBUILD icon.patch)

Nicola Squartini tensor5 at archlinux.org
Tue Dec 31 08:42:46 UTC 2019


    Date: Tuesday, December 31, 2019 @ 08:42:46
  Author: tensor5
Revision: 545044

upgpkg: min 1.12.0-1

Modified:
  min/trunk/PKGBUILD
  min/trunk/icon.patch

------------+
 PKGBUILD   |   10 +++++-----
 icon.patch |    2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-31 08:29:37 UTC (rev 545043)
+++ PKGBUILD	2019-12-31 08:42:46 UTC (rev 545044)
@@ -1,9 +1,9 @@
 # Maintainer: Nicola Squartini <tensor5 at gmail.com>
 
 pkgname=min
-pkgver=1.11.2
-_commit=dfbfa670a3e6fe3ff68b3351a6d4c3d6d50e7d06
-pkgrel=2
+pkgver=1.12.0
+_commit=fb2a97e73d0a6dfbd2aaf83fc002a9610c85044d
+pkgrel=1
 pkgdesc='A smarter, faster web browser'
 arch=('any')
 url='https://minbrowser.github.io/min'
@@ -17,7 +17,7 @@
 sha256sums=('SKIP'
             'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f'
             'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258'
-            '4e03faa2ebaabec3f700398e034cdb799c5e9585c43ac5ff03cfaf45c034ef62')
+            'f79f52a9d989a96e589b97c68337c82fdc6a1b79a7eb5f8a9c928d4e97902eca')
 
 prepare() {
     cd ${pkgname}
@@ -59,7 +59,7 @@
     rm -r "${pkgdir}"${appdir}/scripts
     find "${pkgdir}"${appdir} \
         -name "package.json" \
-            -exec sed -e "s|${srcdir}/${pkgname}-${pkgver}|${appdir}|" \
+            -exec sed -e "s|${srcdir}/${pkgname}|${appdir}|" \
                 -i {} \; \
         -or -name ".*" -prune -exec rm -r '{}' \; \
         -or -name "Gruntfile.js" -exec rm '{}' \; \

Modified: icon.patch
===================================================================
--- icon.patch	2019-12-31 08:29:37 UTC (rev 545043)
+++ icon.patch	2019-12-31 08:42:46 UTC (rev 545044)
@@ -1,6 +1,6 @@
 --- a/main/main.js
 +++ b/main/main.js
-@@ -126,7 +126,7 @@
+@@ -145,7 +145,7 @@
      minWidth: (process.platform === 'win32' ? 400 : 320), // controls take up more horizontal space on Windows
      minHeight: 350,
      titleBarStyle: 'hiddenInset',



More information about the arch-commits mailing list