summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheCynicalLiger2020-06-15 20:55:28 +0100
committerTheCynicalLiger2020-06-15 20:55:28 +0100
commit14d105f25f8f8d10cf168db61bb53d31e127c4de (patch)
treec5d5b24e37d7352b9dfa29c13d7b98fe428f3c6a
parenta28a6564284173f0356c2235998bcc4a8a659989 (diff)
downloadaur-14d105f25f8f8d10cf168db61bb53d31e127c4de.tar.gz
Updated to GibLabs
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb0b9fa5344a..1b605c580490 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,8 @@
-# Generated by mksrcinfo v8
-# Mon Dec 11 16:13:38 UTC 2017
pkgbase = qt5-color-widgets
pkgdesc = A user-friendly color dialog and several color-related widgets for Qt
pkgver = 0.r236.94e478e
pkgrel = 2
- url = https://github.com/mbasaglia/Qt-Color-Widgets
+ url = https://gitlab.com/mattia.basaglia/Qt-Color-Widgets
arch = i686
arch = x86_64
license = LGPL3
@@ -16,7 +14,7 @@ pkgbase = qt5-color-widgets
provides = qt-color-widgets-common
conflicts = qt-color-widgets-common
replaces = qt5-color-picker
- source = qt5-color-widgets::git+git://github.com/mbasaglia/Qt-Color-Widgets.git
+ source = qt5-color-widgets::git+git://gitlab.com/mattia.basaglia/Qt-Color-Widgets.git
sha256sums = SKIP
pkgname = qt5-color-widgets
diff --git a/PKGBUILD b/PKGBUILD
index 8bf8949d92a9..b1e3f513d14d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=qt5-color-widgets
_pkgname=QtColorWidgets
-pkgver=0.r236.94e478e
+pkgver=0.r15.a28a656
pkgrel=2
pkgdesc='A user-friendly color dialog and several color-related widgets for Qt'
arch=('i686' 'x86_64')
-url='https://github.com/mbasaglia/Qt-Color-Widgets'
+url='https://gitlab.com/mattia.basaglia/Qt-Color-Widgets'
license=('LGPL3')
depends=('qt5-base')
optdepends=('qt5-tools: for QtDesigner integration'
@@ -16,7 +16,7 @@ makedepends=('git' 'cmake')
provides=('qt-color-widgets-common')
conflicts=('qt-color-widgets-common')
replaces=('qt5-color-picker')
-source=("${pkgname}::git+git://github.com/mbasaglia/Qt-Color-Widgets.git")
+source=("${pkgname}::git+git://gitlab.com/mattia.basaglia/Qt-Color-Widgets.git")
sha256sums=('SKIP')
pkgver() {
@@ -45,4 +45,4 @@ package() {
install -d "${pkgdir}/usr/include/${_pkgname}"
find 'src' -type f -iname '*.hpp' -exec install -Dvm644 {} "${pkgdir}/usr/include/${_pkgname}/" \;
find 'include' -maxdepth 1 -type f -exec install -Dvm644 {} "${pkgdir}/usr/include/${_pkgname}/" \;
-} \ No newline at end of file
+}