diff options
Diffstat (limited to 'testing/xfce4-sensors-plugin/APKBUILD')
-rw-r--r-- | testing/xfce4-sensors-plugin/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/xfce4-sensors-plugin/APKBUILD b/testing/xfce4-sensors-plugin/APKBUILD index 516ce47599..5e0e5c8632 100644 --- a/testing/xfce4-sensors-plugin/APKBUILD +++ b/testing/xfce4-sensors-plugin/APKBUILD @@ -10,7 +10,7 @@ license="GPL-2.0" depends_dev="xfce4-panel-dev lm_sensors-dev libxfce4ui-dev" makedepends="$depends_dev bash" subpackages="$pkgname-dev $pkgname-lang" -source="http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2" +source="https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2" builddir="$srcdir/$pkgname-$pkgver" |