mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
update pkgbuild to point to the original now that it's updated
This commit is contained in:
parent
50555a8000
commit
d0506b5893
2 changed files with 5 additions and 5 deletions
4
.SRCINFO
4
.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
|
||||
|
|
|
|||
6
PKGBUILD
6
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() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue