summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominic Brekau2019-07-04 11:27:23 +0200
committerDominic Brekau2019-07-04 11:27:23 +0200
commit0c42f177f745bcb0800c8ac42b6d388065f42731 (patch)
tree2b7c69d264388235e4673546b22dd73b1b206636
parentf07198362393c7a9418abc5e64067053acb63f14 (diff)
downloadaur-0c42f177f745bcb0800c8ac42b6d388065f42731.tar.gz
Changed to version 2.3.0 and fixed url
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4513f8cbe62..d52caa556809 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = python-librouteros
pkgdesc = C library to communicate with network devices by MikroTik running their Linux-based operating system RouterOS.
- pkgver = 2.2.0
+ pkgver = 2.3.0
pkgrel = 1
- url = https://github.com/octo/librouteros
+ url = https://github.com/luqasz/librouteros
arch = i686
arch = x86_64
arch = armv7h
@@ -11,8 +11,8 @@ pkgbase = python-librouteros
depends = python
depends = python-setuptools
conflicts = librouteros-git
- source = https://github.com/luqasz/librouteros/archive/2.2.0.tar.gz
- sha256sums = cf5d390e8fe6bd178ad75e787da0320b187960dd9a876d0d4342be5ef9c0d7f1
+ source = https://github.com/luqasz/librouteros/archive/2.3.0.tar.gz
+ sha256sums = 5eaa802a781e021cb7a1e626c75f8c5a744d7c995251b4b408aabbc409daf4a1
pkgname = python-librouteros
diff --git a/PKGBUILD b/PKGBUILD
index 0156b78097ea..055b57deeabf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname=python-librouteros
_pkgname=librouteros
-pkgver=2.2.0
+pkgver=2.3.0
pkgrel=1
pkgdesc="C library to communicate with network devices by MikroTik running their Linux-based operating system RouterOS."
-url="https://github.com/octo/librouteros"
+url="https://github.com/luqasz/librouteros"
arch=("i686" "x86_64" "armv7h")
license=("ISC")
depends=("gcc-libs" "python" "python-setuptools")
source=("https://github.com/luqasz/${_pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=("cf5d390e8fe6bd178ad75e787da0320b187960dd9a876d0d4342be5ef9c0d7f1")
+sha256sums=("5eaa802a781e021cb7a1e626c75f8c5a744d7c995251b4b408aabbc409daf4a1")
conflicts=("${_pkgname}-git")
build() {