summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSwift Geek2015-03-26 00:00:16 +0000
committerKyle Keen2015-03-26 00:00:16 +0000
commit3c6819d22c65594f4508e1dc78c0ea38635da76b (patch)
treec0d715a16d69b00ddcb2f847fe226418aab1dd7e
parent431006ed29137700d96d4238812196daad0cfa69 (diff)
downloadaur-3c6819d22c65594f4508e1dc78c0ea38635da76b.tar.gz
Import from pkgbuild.com service
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index abad71eed240..f49eeb2c6c37 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = qt5-wayland-git
pkgdesc = A cross-platform application and UI framework (QtWayland)
pkgver = a
pkgrel = 2
- url = https://qt.gitorious.org/qt/qtwayland
+ url = http://code.qt.io/cgit/qt/qtwayland.git/
arch = i686
arch = x86_64
license = GPL3
@@ -12,7 +12,7 @@ pkgbase = qt5-wayland-git
depends = libxcomposite
provides = qt5-wayland
conflicts = qt5-wayland
- source = qt5-wayland::git://gitorious.org/qt/qtwayland.git#branch=5.4.2
+ source = qt5-wayland::git://code.qt.io/qt/qtwayland.git#branch=5.4.2
sha256sums = SKIP
pkgname = qt5-wayland-git
diff --git a/PKGBUILD b/PKGBUILD
index 7733bcd363cb..8162af8c5993 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,11 +9,11 @@
_pkgname=qt5-wayland
pkgname=$_pkgname-git
-pkgver=a # If you want to update periodically - use changeling script from aur with cron
+pkgver=a # If you want to update periodically - use changeling script (AUR) from aur with cron
pkgrel=2
pkgdesc="A cross-platform application and UI framework (QtWayland)"
arch=("i686" "x86_64")
-url="https://qt.gitorious.org/qt/qtwayland" # TODO: change this adderess to gitorious?
+url="http://code.qt.io/cgit/qt/qtwayland.git/" # TODO: change this adderess to gitorious?
license=("GPL3" "LGPL")
depends=("qt5-declarative" "libxcomposite")
makedepends=("git")
@@ -25,10 +25,10 @@ _qt5_userversion=`pkg-config --modversion Qt5Core`
if [ -e /var/lib/pacman/local/qt5-base-5* ]; then
# If you are using repo's qt5, change to the latest minor version
- source=("$_pkgname::git://gitorious.org/qt/qtwayland.git#branch=${_qt5_userversion}")
+ source=("$_pkgname::git://code.qt.io/qt/qtwayland.git#branch=${_qt5_userversion}")
else
# If you are using anything else eg. qt5-base-git
- source=("$_pkgname::git://gitorious.org/qt/qtwayland.git#branch=dev")
+ source=("$_pkgname::git://code.qt.io/qt/qtwayland.git#branch=dev")
fi
sha256sums=("SKIP")