summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9549b31f0743..f5c0575c4b28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,7 @@
+# Maintainer: Aaron Coach <aur at ezpz dot cz>
+
pkgname=python-wakeonlan
-pkgver=1.1.6
+pkgver=2.1.0
pkgrel=1
pkgdesc="A small python module for wake on lan"
url="https://github.com/remcohaszing/pywakeonlan"
@@ -8,7 +10,7 @@ license=('WTFPL')
makedepends=('python-setuptools')
depends=('python')
source=("https://pypi.io/packages/source/w/wakeonlan/wakeonlan-${pkgver}.tar.gz")
-sha256sums=('5e6013a17004809e676c150689abd94bcc0f12a37ad3fbce1f6270968f95ffa9')
+sha256sums=('c9deddcdf72256dd31f884b1c971c6d6af97730df2d33782cca8a9d3c28f2080')
prepare() {
cd "${srcdir}"/wakeonlan-$pkgver