summaryrefslogtreecommitdiffstats
path: root/network/corebird
diff options
context:
space:
mode:
author Henry Jensen <hjensen@connochaetos.org>2016-08-01 03:40:11 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-08-03 07:29:20 +0700
commit6c762653af2a3bcbcbda6c5312b2eae9cfd1e267 (patch)
treeed71806e644367ce7f42fee73cdde3ce6b275bdd /network/corebird
parent72ecb21d099671dd10bc0f1217a9991f59dfbd20 (diff)
downloadslackbuilds-6c762653af2a3bcbcbda6c5312b2eae9cfd1e267.tar.gz
slackbuilds-6c762653af2a3bcbcbda6c5312b2eae9cfd1e267.tar.xz
network/corebird: Updated for version 1.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/corebird')
-rw-r--r--network/corebird/README2
-rw-r--r--network/corebird/corebird.SlackBuild4
-rw-r--r--network/corebird/corebird.info8
3 files changed, 7 insertions, 7 deletions
diff --git a/network/corebird/README b/network/corebird/README
index f3f4bfbdcf..4f1f415b27 100644
--- a/network/corebird/README
+++ b/network/corebird/README
@@ -1,2 +1,2 @@
-Corebird is a free Twitter client based ion GTK3 which can manage multiple
+Corebird is a free Twitter client based on GTK3 which can manage multiple
accounts and can display favourites and lists.
diff --git a/network/corebird/corebird.SlackBuild b/network/corebird/corebird.SlackBuild
index cbb4fcd86c..50828f300c 100644
--- a/network/corebird/corebird.SlackBuild
+++ b/network/corebird/corebird.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=corebird
-VERSION=${VERSION:-1.2.2}
+VERSION=${VERSION:-1.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -61,7 +61,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$VERSION.tar.gz
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
diff --git a/network/corebird/corebird.info b/network/corebird/corebird.info
index 3f089be693..88ae573507 100644
--- a/network/corebird/corebird.info
+++ b/network/corebird/corebird.info
@@ -1,10 +1,10 @@
PRGNAM="corebird"
-VERSION="1.2.2"
+VERSION="1.3"
HOMEPAGE="http://corebird.baedert.org/"
-DOWNLOAD="https://github.com/baedert/corebird/archive/1.2.2.tar.gz"
-MD5SUM="182436ad377f971469da8303fb206bc5"
+DOWNLOAD="https://github.com/baedert/corebird/archive/1.3/corebird-1.3.tar.gz"
+MD5SUM="800dbda002a28ae78eb6932fc403d3fb"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="rest libgee json-glib gst-libav"
+REQUIRES="rest json-glib gst-libav"
MAINTAINER="Henry Jensen"
EMAIL="hjensen@connochaetos.org"