diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-11-25 05:53:06 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-11-25 05:53:06 +0000 |
commit | de77db5d9d0f1582e26c94509383132910562822 (patch) | |
tree | bc47e1c992d61a9c5642642e6186279c2f74f6d1 /community | |
parent | b08fc57094f3643e7af68d87b8ff3bad8c253882 (diff) | |
download | aports-de77db5d9d0f1582e26c94509383132910562822.tar.bz2 aports-de77db5d9d0f1582e26c94509383132910562822.tar.xz |
community/xfce4-power-manager: fix download url
Upstream moved the location of xfce4-power-manager from apps to xfce. Fix the
url accordingly.
Diffstat (limited to 'community')
-rw-r--r-- | community/xfce4-power-manager/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/xfce4-power-manager/APKBUILD b/community/xfce4-power-manager/APKBUILD index e2b210c2bc..a3fc0011d0 100644 --- a/community/xfce4-power-manager/APKBUILD +++ b/community/xfce4-power-manager/APKBUILD @@ -12,7 +12,7 @@ depends="polkit" makedepends="xfconf-dev xfce4-panel-dev dbus-glib-dev libnotify-dev libxrandr-dev libxfce4ui-dev upower-dev" subpackages="$pkgname-doc $pkgname-lang" -source="https://archive.xfce.org/src/apps/xfce4-power-manager/${pkgver%.*}/xfce4-power-manager-$pkgver.tar.bz2" +source="https://archive.xfce.org/src/xfce/xfce4-power-manager/${pkgver%.*}/xfce4-power-manager-$pkgver.tar.bz2" build() { |