summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDāvis Mosāns2021-09-05 16:50:55 +0300
committerDāvis Mosāns2021-09-05 16:50:55 +0300
commitd3cbbde7c97edc0459dde113a43294aed31d5795 (patch)
tree537845f53b9a71bd650268d0d8064f307e1148aa
parent70b3cdb3d4ae745a582c5a79ee885f46932b8765 (diff)
downloadaur-d3cbbde7c97edc0459dde113a43294aed31d5795.tar.gz
Update
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 812f7ae59fba..90ee58938c87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = polkit-qt5-git
pkgdesc = A library that allows developers to access PolicyKit API with a nice Qt-style API
- pkgver = v0.112.0.r2.g3882e11
+ pkgver = v0.114.0.r5.g5dce8b6
pkgrel = 1
- url = https://projects.kde.org/projects/kdesupport/polkit-qt-1
+ url = https://invent.kde.org/libraries/polkit-qt-1
arch = i686
arch = x86_64
license = LGPL
@@ -11,8 +11,7 @@ pkgbase = polkit-qt5-git
depends = qt5-base
provides = polkit-qt5
conflicts = polkit-qt5
- source = polkit-qt5::git+git://anongit.kde.org/polkit-qt-1.git
+ source = polkit-qt5::git+https://invent.kde.org/libraries/polkit-qt-1.git
sha256sums = SKIP
pkgname = polkit-qt5-git
-
diff --git a/PKGBUILD b/PKGBUILD
index bcb117645ea1..431d0936998c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
_pkgname=polkit-qt5
pkgname=$_pkgname-git
-pkgver=v0.112.0.r2.g3882e11
+pkgver=v0.114.0.r5.g5dce8b6
pkgrel=1
pkgdesc='A library that allows developers to access PolicyKit API with a nice Qt-style API'
arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kdesupport/polkit-qt-1'
+url='https://invent.kde.org/libraries/polkit-qt-1'
license=('LGPL')
depends=('polkit' 'qt5-base')
makedepends=('git')
provides=("$_pkgname")
conflicts=("$_pkgname")
-source=("$_pkgname::git+git://anongit.kde.org/polkit-qt-1.git")
+source=("$_pkgname::git+https://invent.kde.org/libraries/polkit-qt-1.git")
sha256sums=('SKIP')
pkgver() {