aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2021-01-19 12:34:40 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2021-01-19 12:40:19 +0000
commit8578defeed8a60decb28053ca03630970963238a (patch)
treeee31122eb43f3e210fb2e2afc69e44a92d0d6dd5
parent926d4ce7532ccc8cfa85dce68d62444736d84dcb (diff)
community/xfce4-stopwatch-plugin: upgrade to 0.5.0
-rw-r--r--community/xfce4-stopwatch-plugin/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/xfce4-stopwatch-plugin/APKBUILD b/community/xfce4-stopwatch-plugin/APKBUILD
index 4e3aa154a9b..8ff0f39b55c 100644
--- a/community/xfce4-stopwatch-plugin/APKBUILD
+++ b/community/xfce4-stopwatch-plugin/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname="xfce4-stopwatch-plugin"
-pkgver=0.4.0
-pkgrel=1
+pkgver=0.5.0
+pkgrel=0
pkgdesc="Stopwatch plugin for the Xfce panel"
url="https://goodies.xfce.org/projects/panel-plugins/xfce4-stopwatch-plugin"
arch="all !mips !mips64" # blocked by libxfce4ui-dev
@@ -9,7 +9,7 @@ license="BSD-2-Clause"
makedepends="xfce4-panel-dev libxfce4ui-dev gtk+3.0-dev"
options="!check" # no testsuite
subpackages="$pkgname-lang"
-source="http://archive.xfce.org/src/panel-plugins/xfce4-stopwatch-plugin/${pkgver%.*}/xfce4-stopwatch-plugin-$pkgver.tar.bz2"
+source="https://archive.xfce.org/src/panel-plugins/xfce4-stopwatch-plugin/${pkgver%.*}/xfce4-stopwatch-plugin-$pkgver.tar.bz2"
builddir="$srcdir/xfce4-stopwatch-plugin-$pkgver"
build() {
@@ -27,4 +27,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="5c404e572fac07280bd4a16aa069c5fd7f60ae2a09397cb11bc17b67b502bf4c27d275d5b3b28cc09d2fae31354742f193fcd87ee4e100bca9156293aca91d04 xfce4-stopwatch-plugin-0.4.0.tar.bz2"
+sha512sums="65562db151399f60abf98d439fc0f76e9aae228a28fb481dabb15072ade9777f98ea1cb4d8e03e081ad49162fff363e38da4fd406c243f1eadfe178b8fb931e1 xfce4-stopwatch-plugin-0.5.0.tar.bz2"