summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 55d049cc4cf9..e5027d09338f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Muflone http://www.muflone.com/contacts/english/
pkgname=gwakeonlan-git
-pkgver=0.8.0
+pkgver=0.8.5
pkgrel=1
pkgdesc="GTK+ utility to awake machines using the Wake on LAN."
-url="https://www.muflone.com/gwakeonlan"
+url="http://www.muflone.com/gwakeonlan/"
arch=('any')
license=('GPL3')
-depends=('gtk3' 'python-xdg' 'python-gobject')
makedepends=('git' 'python-setuptools' 'gettext')
+depends=('gtk3' 'python-xdg' 'python-gobject')
provides=('gwakeonlan')
conflicts=('gwakeonlan')
source=("git+https://github.com/muflone/gwakeonlan.git")
-md5sums=('SKIP')
+sha256sums=('SKIP')
pkgver() {
cd "${pkgname%-*}"