summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorParkerMc2016-10-18 20:06:44 -0500
committerParkerMc2016-10-18 20:06:44 -0500
commitcebeb72cf9fc89665104cc72689fb6e18f0e26c4 (patch)
treec23077f637c0b4f63e09ad0d7ef9f4bc781e33a8 /PKGBUILD
parentfe81ec8143a2c13dd9bc765b11cf3cd0d01a2746 (diff)
downloadaur-cebeb72cf9fc89665104cc72689fb6e18f0e26c4.tar.gz
Removed uneed depend
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d1e5bbfa7196..a74e787fa91a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: ParkerMc <boebugs@kalman98.net>
pkgname=boe
-pkgver=0.1
+pkgver=0.1.1
pkgrel=1
pkgdesc="A chat platform that intends to look at other chat programs and take only the Best of Everything."
arch=('x86_64' 'i686')
url="https://github.com/ParkerMc/BOE"
license=('GPL-3')
groups=()
-depends=('python2-websocket-client' 'python2-passlib' 'python2-pyqt4' 'python2')
+depends=('python2-websocket-client' 'python2-pyqt4' 'python2')
source=("https://downloads.sourceforge.net/boe/0.1.1/BoE-Linux0.1.1.tar.gz")
md5sums=('155c1f0f08ba677072ccc7a0850cff9f')