summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRihards Skuja2020-04-25 11:21:27 +0300
committerRihards Skuja2020-04-25 11:21:27 +0300
commit408c77f4e0c1b1a41645b8f5e5860616fd166b06 (patch)
tree7e5295cec36be55c80751d8c1e502e44c65a0c87
parentbd2beaf68de775fddcdaea96983a8ff94119aee8 (diff)
downloadaur-408c77f4e0c1b1a41645b8f5e5860616fd166b06.tar.gz
Temporary pin down git commit to deal with unreleased extra-cmake-modules
Minimum version was bumped to yet unreleased version in https://invent.kde.org/kde/kdeconnect-kde/commit/a9d0cb64b7c0fadf2d5bbaf63c91398269c3e946 For now wait until extra-cmake-modules is 5.70 released.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60e3834860d1..2f2f9bfb9d0d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kdeconnect-git
pkgdesc = Adds communication between KDE and your smartphone
- pkgver = 1.3.3.r812.4a6a98d8
+ pkgver = 20.04.0.r71.9277cc53
pkgrel = 1
url = https://community.kde.org/KDEConnect
arch = x86_64
@@ -23,7 +23,7 @@ pkgbase = kdeconnect-git
optdepends = python-nautilus: Nautilus integration
provides = kdeconnect
conflicts = kdeconnect
- source = git+https://invent.kde.org/kde/kdeconnect-kde.git
+ source = git+https://invent.kde.org/kde/kdeconnect-kde.git#commit=02b38f56
sha256sums = SKIP
pkgname = kdeconnect-git
diff --git a/PKGBUILD b/PKGBUILD
index 4049e342d0c4..f7b9d1a1f00e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,9 @@
_remotename=kdeconnect-kde
_pkgname=kdeconnect
+_commit=02b38f56
pkgname=$_pkgname-git
-pkgver=1.3.3.r812.4a6a98d8
+pkgver=20.04.0.r53.02b38f56
pkgrel=1
pkgdesc='Adds communication between KDE and your smartphone'
arch=(x86_64)
@@ -20,7 +21,7 @@ optdepends=('sshfs: remote filesystem browser'
'python-nautilus: Nautilus integration')
provides=($_pkgname)
conflicts=($_pkgname)
-source=("git+https://invent.kde.org/kde/$_remotename.git")
+source=("git+https://invent.kde.org/kde/$_remotename.git#commit=$_commit")
sha256sums=('SKIP')
pkgver() {