summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-08-16 08:52:10 -0600
committerMark Wagie2020-08-16 08:52:10 -0600
commitfec0d090a3ee7b5011912093020eceaec75dfb69 (patch)
tree93f4733ba4649e5f243a2b223e972fcf0eac39b8
parentafb7591f43f2fd26c148c9e5534fbfbaf16a3451 (diff)
downloadaur-fec0d090a3ee7b5011912093020eceaec75dfb69.tar.gz
replace python-unicode-slugify with python-slugify
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef57f48d8264..e3261b9aeac7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = opensnitch-git
pkgdesc = A GNU/Linux application firewall
- pkgver = 1.0.0.r8.08245a0
+ pkgver = 1.0.1.r3.544ce11
pkgrel = 1
url = https://github.com/gustavo-iniguez-goya/opensnitch
install = opensnitch.install
@@ -19,7 +19,7 @@ pkgbase = opensnitch-git
depends = python-grpcio
depends = python-protobuf
depends = python-pyinotify
- depends = python-unicode-slugify
+ depends = python-slugify
depends = python-pyqt5
optdepends = logrotate: for logfile rotation support
provides = opensnitch
diff --git a/PKGBUILD b/PKGBUILD
index 89cb82e12694..86f7903e0f22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Adam Hose <adis@blad.is>
pkgname=opensnitch-git
-pkgver=1.0.0.r8.08245a0
+pkgver=1.0.1.r3.544ce11
pkgrel=1
pkgdesc="A GNU/Linux application firewall"
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
@@ -11,7 +11,7 @@ url="https://github.com/gustavo-iniguez-goya/opensnitch"
license=('GPL3')
makedepends=('git' 'go' 'python-setuptools' 'python-grpcio-tools')
depends=('libnetfilter_queue' 'libpcap' 'python-grpcio' 'python-protobuf'
- 'python-pyinotify' 'python-unicode-slugify' 'python-pyqt5')
+ 'python-pyinotify' 'python-slugify' 'python-pyqt5')
optdepends=('logrotate: for logfile rotation support')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")