update pkgbuild to point to the original now that it's updated

This commit is contained in:
Kuba Serafinowski 2011-10-27 20:48:20 +01:00
parent 50555a8000
commit d0506b5893
2 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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() {