summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Ruhier2020-05-16 08:33:28 +0000
committerAnthony Ruhier2020-05-16 08:33:28 +0000
commitf075b9a65338c6119d1aafc76f9611f8ff30758d (patch)
tree0d2a4ef929d78630b5ac6f09b5fe7374f1d58c1e
parent8abca8ae133b0bf9b5796402faa623ccf2a94187 (diff)
downloadaur-f075b9a65338c6119d1aafc76f9611f8ff30758d.tar.gz
v0.3.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9fc9682377e..76122ef45253 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = python-pyqos
pkgdesc = QoS framework using tc for Python
- pkgver = 0.2.2
- pkgrel = 2
+ pkgver = 0.3.0
+ pkgrel = 1
url = https://github.com/Anthony25/pyqos
arch = any
license = BSD
makedepends = python-setuptools
depends = python-argparse
options = !emptydirs
- source = https://github.com/Anthony25/pyqos/archive/0.2.2.tar.gz
- sha256sums = 81001a6ee8e9cb8de079b8d54f73c96036857457a38c6c6e10996d682cc0567b
+ source = https://github.com/Anthony25/pyqos/archive/0.3.0.tar.gz
+ sha256sums = 934955a79f88ab97537ac9d83bb8e0165db2460b42754c4150c2e8654c5f804a
pkgname = python-pyqos
diff --git a/PKGBUILD b/PKGBUILD
index d31613d88b34..7fb97bd902dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Anthony25 <Anthony Ruhier>
pkgname=python-pyqos
-pkgver=0.2.2
-pkgrel=2
+pkgver=0.3.0
+pkgrel=1
pkgdesc="QoS framework using tc for Python"
arch=(any)
url="https://github.com/Anthony25/pyqos"
@@ -15,7 +15,7 @@ depends=(
)
options=(!emptydirs)
source=("https://github.com/Anthony25/pyqos/archive/${pkgver}.tar.gz")
-sha256sums=('81001a6ee8e9cb8de079b8d54f73c96036857457a38c6c6e10996d682cc0567b')
+sha256sums=('934955a79f88ab97537ac9d83bb8e0165db2460b42754c4150c2e8654c5f804a')
package() {
cd "${srcdir}/pyqos-${pkgver}"