[arch-commits] Commit in i3status/trunk (PKGBUILD i3status.install)

Daniel M. Capella polyzen at archlinux.org
Thu Jul 18 21:05:26 UTC 2019


    Date: Thursday, July 18, 2019 @ 21:05:25
  Author: polyzen
Revision: 491943

CAP_NET_ADMIN no longer needed

Fixes FS#63226

Modified:
  i3status/trunk/PKGBUILD
Deleted:
  i3status/trunk/i3status.install

------------------+
 PKGBUILD         |    3 +--
 i3status.install |    9 ---------
 2 files changed, 1 insertion(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-18 21:03:05 UTC (rev 491942)
+++ PKGBUILD	2019-07-18 21:05:25 UTC (rev 491943)
@@ -6,7 +6,7 @@
 
 pkgname=i3status
 pkgver=2.13
-pkgrel=1
+pkgrel=2
 pkgdesc='Generates status bar to use with i3bar, dzen2 or xmobar'
 arch=('x86_64')
 url='https://i3wm.org/i3status/'
@@ -15,7 +15,6 @@
 depends=('alsa-lib' 'confuse' 'libnl' 'libpulse' 'yajl')
 makedepends=('asciidoc' 'xmlto')
 backup=('etc/i3status.conf')
-install=i3status.install
 options=('docs')
 source=("$url/$pkgname-$pkgver.tar.bz2"{,.asc})
 md5sums=('dd9001fb9ed732142d4d7194b77486cf'

Deleted: i3status.install
===================================================================
--- i3status.install	2019-07-18 21:03:05 UTC (rev 491942)
+++ i3status.install	2019-07-18 21:05:25 UTC (rev 491943)
@@ -1,9 +0,0 @@
-post_install() {
-  setcap 'CAP_NET_ADMIN=ep' /usr/bin/i3status
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list