summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Rubin2023-11-17 16:11:26 +0100
committerMarco Rubin2023-11-17 16:11:26 +0100
commit7224c8ee8a0502bc7b0c344fa3f644a4cd202323 (patch)
treeebeb3561e07fd37db75947d00318478d90362172
parentc96163e7a6548c89e49c259faccc8e9efdac851e (diff)
downloadaur-python-wakeonlan.tar.gz
3.1.0
-rwxr-xr-x[-rw-r--r--].SRCINFO8
-rwxr-xr-x[-rw-r--r--]PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a091d9e1973..e433a927b137 100644..100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-wakeonlan
pkgdesc = Wake on LAN Python module
- pkgver = 3.0.0
- pkgrel = 2
+ pkgver = 3.1.0
+ pkgrel = 1
url = https://github.com/remcohaszing/pywakeonlan
arch = any
license = MIT
@@ -10,7 +10,7 @@ pkgbase = python-wakeonlan
makedepends = python-poetry-core
makedepends = python-wheel
depends = python>=3.7
- source = https://github.com/remcohaszing/pywakeonlan/archive/3.0.0.tar.gz
- b2sums = f41e5674b1db4ca9d263e0286e65f5697c45444d35b411f4dba37b71f11588137bb85e24625ccfba5f8154052e15f7b6a0d0c765746c59cb648404774a18ec74
+ source = https://github.com/remcohaszing/pywakeonlan/archive/3.1.0.tar.gz
+ b2sums = 9f9d72ff22879f3040115384fb7ab7fcadfc1470dfeb83970030a6dd0b78e0d26a70e9b65e4bf1adfcc8125092ffeee2ddb2c7ca4e41cdd2df4c1786ec1e5ede
pkgname = python-wakeonlan
diff --git a/PKGBUILD b/PKGBUILD
index 908ec5b41f30..7dea83d861d0 100644..100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
_name=pywakeonlan
pkgname=python-wakeonlan
-pkgver=3.0.0
-pkgrel=2
+pkgver=3.1.0
+pkgrel=1
pkgdesc='Wake on LAN Python module'
url='https://github.com/remcohaszing/pywakeonlan'
arch=('any')
@@ -14,7 +14,7 @@ license=('MIT')
depends=('python>=3.7')
makedepends=(python-build python-installer python-poetry-core python-wheel)
source=("$url/archive/$pkgver.tar.gz")
-b2sums=('f41e5674b1db4ca9d263e0286e65f5697c45444d35b411f4dba37b71f11588137bb85e24625ccfba5f8154052e15f7b6a0d0c765746c59cb648404774a18ec74')
+b2sums=('9f9d72ff22879f3040115384fb7ab7fcadfc1470dfeb83970030a6dd0b78e0d26a70e9b65e4bf1adfcc8125092ffeee2ddb2c7ca4e41cdd2df4c1786ec1e5ede')
build() {
cd $_name-$pkgver