[arch-commits] Commit in i3-gaps/trunk (PKGBUILD)

Morten Linderud foxboron at archlinux.org
Wed Oct 21 14:23:50 UTC 2020


    Date: Wednesday, October 21, 2020 @ 14:23:49
  Author: foxboron
Revision: 727844

upgpkg: i3-gaps 4.18.3-1

Modified:
  i3-gaps/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-21 13:10:07 UTC (rev 727843)
+++ PKGBUILD	2020-10-21 14:23:49 UTC (rev 727844)
@@ -3,8 +3,8 @@
 
 pkgname=i3-gaps
 _pkgsourcename=i3
-pkgver=4.18.2
-pkgrel=2
+pkgver=4.18.3
+pkgrel=1
 pkgdesc='A fork of i3wm tiling window manager with more features, including gaps'
 arch=('i686' 'x86_64')
 url='https://github.com/Airblader/i3'
@@ -24,16 +24,13 @@
             'perl-anyevent-i3: For i3-save-tree')
 backup=(etc/i3/config)
 options=('docs')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Airblader/i3/archive/${pkgver}.tar.gz"
-        "fix-tray.patch::https://github.com/i3/i3/commit/838b600fead202416013db5c1b57f7031f06bed6.diff")
-sha256sums=('cc03cc008f51792b3c2fd5c8815ec213f8040385865fa558b0c78d5dc5f7150d'
-            'bade69559a83187375dbe12a23079225ad443fb90d23383647cdc7998e617d0c')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Airblader/i3/archive/${pkgver}.tar.gz")
+sha256sums=('e87b5f5da1f026cf9261aec03de62305720cb0e7fd312245b2b9101aca6ad2ba')
 
 prepare(){
   mkdir build
   cd "${_pkgsourcename}-${pkgver}"
   autoreconf -fvi
-  patch -Np1 < "$srcdir/fix-tray.patch"
 }
 
 build() {



More information about the arch-commits mailing list