diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-06-05 02:15:00 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-06-05 02:15:00 +0200 |
commit | 7520aeef545dd97e4c29cf32d8e05e8367e8aafa (patch) | |
tree | 8fd66097927ed740de6e82af8061ba631a2e80eb /dist | |
parent | add todo (diff) | |
download | xpybar-7520aeef545dd97e4c29cf32d8e05e8367e8aafa.tar.gz xpybar-7520aeef545dd97e4c29cf32d8e05e8367e8aafa.tar.bz2 xpybar-7520aeef545dd97e4c29cf32d8e05e8367e8aafa.tar.xz |
license lunar under agpl
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'dist')
-rw-r--r-- | dist/archlinux/stable/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD index 8ab6e56..230e3ab 100644 --- a/dist/archlinux/stable/PKGBUILD +++ b/dist/archlinux/stable/PKGBUILD @@ -1,12 +1,12 @@ # Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org> pkgname=xpybar -pkgver=1.2 +pkgver=1.3 pkgrel=1 pkgdesc="A highly extensible minimalistic dock panel written in Python 3" arch=(any) url="https://github.com/maandree/xpybar" -license=('GPL3') +license=('GPL3' 'AGPL3') depends=(python3 argparser python3-xlib xorg-xrandr) optdepends=("linux: most of the monitors require Linux's procfs or sysfs") makedepends=(make coreutils sed zip) |