summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
-rw-r--r--colord-kde-git.install11
3 files changed, 2 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f103cfbb8c3..fe1405a687ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,6 @@ pkgbase = colord-kde-git
pkgver = 0.3.0.r48.g3729d13
pkgrel = 1
url = https://projects.kde.org/projects/playground/graphics/colord-kde
- install = colord-kde-git.install
arch = i686
arch = x86_64
license = GPL
@@ -17,7 +16,7 @@ pkgbase = colord-kde-git
optdepends = gnome-color-manager: manual calibration
provides = colord-kde
conflicts = colord-kde
- source = colord-kde-git::git+https://anongit.kde.org/colord-kde.git
+ source = colord-kde-git::git+https://invent.kde.org/graphics/colord-kde.git
md5sums = SKIP
pkgname = colord-kde-git
diff --git a/PKGBUILD b/PKGBUILD
index b9009404bfab..d132a17686c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,8 +14,7 @@ depends=('colord' 'kcmutils' 'kio' 'libxrandr' 'desktop-file-utils')
optdepends=('gnome-color-manager: manual calibration')
provides=('colord-kde')
conflicts=('colord-kde')
-install="$pkgname.install"
-source=("$pkgname::git+https://anongit.kde.org/colord-kde.git")
+source=("$pkgname::git+https://invent.kde.org/graphics/colord-kde.git")
md5sums=('SKIP')
pkgver() {
diff --git a/colord-kde-git.install b/colord-kde-git.install
deleted file mode 100644
index 129819f78786..000000000000
--- a/colord-kde-git.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install "$1"
-}
-
-post_remove() {
- post_install "$1"
-}