summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpotatoattack2022-07-10 09:52:04 +1000
committerpotatoattack2022-07-10 09:52:04 +1000
commitc967c25c7190de6c0e976f425f2ed0fa37e9202f (patch)
tree204567298a0bedfde35da57e7f9ff46d9e298903
parent237103f3a3a74a230a839cb5289a41713ce122e7 (diff)
downloadaur-c967c25c7190de6c0e976f425f2ed0fa37e9202f.tar.gz
2.1.0
-rw-r--r--.SRCINFO7
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD6
3 files changed, 11 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index caaec20f8c83..31354a4f08f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = python-wakeonlan
pkgdesc = A small python module for wake on lan
- pkgver = 1.1.6
+ pkgver = 2.1.0
pkgrel = 1
url = https://github.com/remcohaszing/pywakeonlan
arch = any
license = WTFPL
makedepends = python-setuptools
depends = python
- source = https://pypi.io/packages/source/w/wakeonlan/wakeonlan-1.1.6.tar.gz
- sha256sums = 5e6013a17004809e676c150689abd94bcc0f12a37ad3fbce1f6270968f95ffa9
+ source = https://pypi.io/packages/source/w/wakeonlan/wakeonlan-2.1.0.tar.gz
+ sha256sums = c9deddcdf72256dd31f884b1c971c6d6af97730df2d33782cca8a9d3c28f2080
pkgname = python-wakeonlan
-
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..018a3de08144
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*
+!PKGBUILD
+!.SRCINFO
+!.gitignore
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