summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheCynicalLiger2020-10-19 15:05:21 +0100
committerTheCynicalLiger2020-10-19 15:05:21 +0100
commita1525ee66d392f03903d3be452f1ec8183b669ff (patch)
tree6f0cbd4c7645efaa6519b6465a4804e726435291
parent07597f6e0532ab61216b7e29ecebd66566e61203 (diff)
downloadaur-a1525ee66d392f03903d3be452f1ec8183b669ff.tar.gz
Update
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6810247b413..c2f48a54ea13 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = qt5-color-widgets
pkgdesc = A user-friendly color dialog and several color-related widgets for Qt
pkgver = 2020.8.9
pkgrel = 1
- url = https://github.com/TheCynicalTeam/Qt-Color-Widgets
+ url = https://github.com/TheCynicalTeam/qt5-color-widgets
arch = i686
arch = x86_64
license = LGPL3
diff --git a/PKGBUILD b/PKGBUILD
index 8c272a66fc32..b78992cae193 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,6 @@
-# Maintainer: Manuel Hüsers <manuel.huesers@uni-ol.de>
+# Maintainer: TheCynicalTeam <TheCynicalTeam@github.com>
+# Contributor: TheCynicalTeam <TheCynicalTeam@github.com>
+# Contributor: Manuel Hüsers <manuel.huesers@uni-ol.de>
# Contributor: Mattia Basaglia <mattia.basaglia@gmail.com>
pkgname=qt5-color-widgets
@@ -6,7 +8,7 @@ pkgver=2020.8.9
pkgrel=1
pkgdesc='A user-friendly color dialog and several color-related widgets for Qt'
arch=('i686' 'x86_64')
-url='https://github.com/TheCynicalTeam/Qt-Color-Widgets'
+url="https://github.com/TheCynicalTeam/qt5-color-widgets/$pkgname"
license=('LGPL3')
depends=('qt5-base')
optdepends=('qt5-tools: for QtDesigner integration'