diff options
-rw-r--r-- | community/xfce4-appfinder/APKBUILD | 2 | ||||
-rw-r--r-- | community/xfce4-clipman-plugin/APKBUILD | 2 | ||||
-rw-r--r-- | community/xfce4-mixer/APKBUILD | 2 | ||||
-rw-r--r-- | community/xfce4-notes-plugin/APKBUILD | 2 | ||||
-rw-r--r-- | community/xfce4-notifyd/APKBUILD | 2 | ||||
-rw-r--r-- | community/xfce4-power-manager/APKBUILD | 2 | ||||
-rw-r--r-- | community/xfce4-volumed/APKBUILD | 2 | ||||
-rw-r--r-- | community/xfce4-xkb-plugin/APKBUILD | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/community/xfce4-appfinder/APKBUILD b/community/xfce4-appfinder/APKBUILD index 7cd57431cf..ebd2d890a3 100644 --- a/community/xfce4-appfinder/APKBUILD +++ b/community/xfce4-appfinder/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xfce4-appfinder pkgver=4.13.0 -pkgrel=0 +pkgrel=1 pkgdesc="Xfce application finder" url="https://xfce.org/" arch="all" diff --git a/community/xfce4-clipman-plugin/APKBUILD b/community/xfce4-clipman-plugin/APKBUILD index 74d15223f5..42e344fe02 100644 --- a/community/xfce4-clipman-plugin/APKBUILD +++ b/community/xfce4-clipman-plugin/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xfce4-clipman-plugin pkgver=1.4.2 -pkgrel=0 +pkgrel=1 pkgdesc="Clipboard manager plugin for the Xfce panel" url="http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin" arch="all" diff --git a/community/xfce4-mixer/APKBUILD b/community/xfce4-mixer/APKBUILD index 82d7d27da8..593c21c595 100644 --- a/community/xfce4-mixer/APKBUILD +++ b/community/xfce4-mixer/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xfce4-mixer pkgver=4.11.0 -pkgrel=2 +pkgrel=3 pkgdesc="The volume control plugin for the Xfce panel" url="https://xfce.org/" arch="all" diff --git a/community/xfce4-notes-plugin/APKBUILD b/community/xfce4-notes-plugin/APKBUILD index f7cd7ef57b..b4576e1452 100644 --- a/community/xfce4-notes-plugin/APKBUILD +++ b/community/xfce4-notes-plugin/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xfce4-notes-plugin pkgver=1.8.1 -pkgrel=0 +pkgrel=1 pkgdesc="Notes plugin for the Xfce4 desktop" url="http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin" arch="all" diff --git a/community/xfce4-notifyd/APKBUILD b/community/xfce4-notifyd/APKBUILD index cfcb6d63f4..c930335107 100644 --- a/community/xfce4-notifyd/APKBUILD +++ b/community/xfce4-notifyd/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xfce4-notifyd pkgver=0.3.6 -pkgrel=1 +pkgrel=2 pkgdesc="Notification daemon for the xfce desktop" url="https://docs.xfce.org/apps/notifyd/" arch="all" diff --git a/community/xfce4-power-manager/APKBUILD b/community/xfce4-power-manager/APKBUILD index 7f1fbaaae8..a4903f22b2 100644 --- a/community/xfce4-power-manager/APKBUILD +++ b/community/xfce4-power-manager/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xfce4-power-manager pkgver=1.6.1 -pkgrel=0 +pkgrel=1 pkgdesc="Power management for the Xfce desktop environment" url="http://goodies.xfce.org/projects/applications/xfce4-power-manager" arch="all" diff --git a/community/xfce4-volumed/APKBUILD b/community/xfce4-volumed/APKBUILD index 7a19456fb0..db964708c3 100644 --- a/community/xfce4-volumed/APKBUILD +++ b/community/xfce4-volumed/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xfce4-volumed pkgver=0.1.13 -pkgrel=1 +ipkgrel=2 pkgdesc="Daemon to add additional functionality to the volume keys of the keyboard" url="https://launchpad.net/xfce4-volumed" arch="all" diff --git a/community/xfce4-xkb-plugin/APKBUILD b/community/xfce4-xkb-plugin/APKBUILD index 3182bcb22b..a48cf07c9c 100644 --- a/community/xfce4-xkb-plugin/APKBUILD +++ b/community/xfce4-xkb-plugin/APKBUILD @@ -5,7 +5,7 @@ _maj=${pkgver%%.*} _min=${pkgver#${_maj}.} _min=${_min%%.*} _ver=${_maj}.${_min} -pkgrel=0 +pkgrel=1 pkgdesc="plugin to switch keyboard layouts for the Xfce4 panel" url="http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin" arch="all" |