From d0506b58937c679d8960a31171d2b00a070a3233 Mon Sep 17 00:00:00 2001 From: Kuba Serafinowski Date: Thu, 27 Oct 2011 20:48:20 +0100 Subject: [PATCH] update pkgbuild to point to the original now that it's updated --- .SRCINFO | 4 ++-- PKGBUILD | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 95d441cc178c..39b235644981 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,8 +1,8 @@ pkgbase = qtweetlib-git pkgdesc = C++ Qt based Twitter library - pkgver = 20110524 + pkgver = 20111027 pkgrel = 1 - url = https://github.com/dschmidt/QTweetLib + url = https://github.com/minimoog/QTweetLib arch = i686 arch = x86_64 license = GPL2 diff --git a/PKGBUILD b/PKGBUILD index 7e8089f3418d..95f4688fdbc1 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -13,11 +13,11 @@ _buildtype="RelWithDebInfo" ############################################################## pkgname=qtweetlib-git -pkgver=20110524 +pkgver=20111027 pkgrel=1 pkgdesc="C++ Qt based Twitter library" arch=('i686' 'x86_64') -url="https://github.com/dschmidt/QTweetLib" +url="https://github.com/minimoog/QTweetLib" license=('GPL2') depends=('qjson') makedepends=('git' 'cmake>=2.8') @@ -25,7 +25,7 @@ provides=('qtweetlib') conflicts=('qtweetlib') options=(!strip) -_gitroot="git://github.com/dschmidt/QTweetLib.git" +_gitroot="git://github.com/minimoog/QTweetLib.git" _gitname="QTweetLib" build() {