summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ffed84ac1d03..44fe5116fd41 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = boe
pkgdesc = A chat platform that intends to look at other chat programs and take only the Best of Everything.
- pkgver = 0.1
+ pkgver = 0.1.1
pkgrel = 1
url = https://github.com/ParkerMc/BOE
arch = x86_64
arch = i686
license = GPL-3
depends = python2-websocket-client
- depends = python2-passlib
depends = python2-pyqt4
depends = python2
source = https://downloads.sourceforge.net/boe/0.1.1/BoE-Linux0.1.1.tar.gz
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')