summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiklas Reimer2024-04-22 00:29:04 +0200
committerNiklas Reimer2024-04-22 00:29:04 +0200
commit0fd9a60f7f6e517a667d68feae4927e8bbe8f54b (patch)
treea7689f8011913dd8decc1585fa1899588bb26793
parent0700de561fa829a76d5e361a15574f6ce03b1b7a (diff)
downloadaur-python-getmac.tar.gz
update to 0.9.4
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD6
3 files changed, 11 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14d9e2b1958c..40ceb385acd1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-getmac
pkgdesc = Pure-Python package to get the MAC address of network interfaces and hosts on the local network.
- pkgver = 0.8.2
+ pkgver = 0.9.4
pkgrel = 1
url = https://github.com/GhostofGoes/getmac
arch = any
license = MIT
makedepends = python-setuptools
- source = https://files.pythonhosted.org/packages/source/g/getmac/getmac-0.8.2.tar.gz
- md5sums = cf1af0d5c0e5d1fe7f62401bcb726a26
+ source = https://files.pythonhosted.org/packages/source/g/getmac/getmac-0.9.4.tar.gz
+ md5sums = 4d107e743f0b47f39dc0e70eb3067f83
pkgname = python-getmac
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..844bdadc5fe8
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+*
+!.SRCINFO
+!LICENSE
+!PKGBUILD
+!.gitignore
diff --git a/PKGBUILD b/PKGBUILD
index cd622cba95bb..f9b7efeac7dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
-# Maintainer: Gustavo Jasso <gustavo at jasso dot info>
+# Maintainer: Niklas Reimer <niklas at backbord dot net>
pkgname='python-getmac'
_name=${pkgname#python-}
pkgdesc="Pure-Python package to get the MAC address of network interfaces and hosts on the local network."
-pkgver=0.8.2
+pkgver=0.9.4
pkgrel=1
url="https://github.com/GhostofGoes/getmac"
arch=('any')
license=('MIT')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-md5sums=('cf1af0d5c0e5d1fe7f62401bcb726a26')
+md5sums=('4d107e743f0b47f39dc0e70eb3067f83')
build() {
cd "$srcdir/$_name-$pkgver"