summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjörn Bidar2022-07-09 16:51:00 +0300
committerBjörn Bidar2022-07-09 16:51:00 +0300
commit31367e4bd2594de6ba1b48792144e04363577f74 (patch)
tree9d463a10e79c3f45e353475cffd9157629edf82a
parent85be853ee72b3a1c46b72c384a2361f0fe94822b (diff)
downloadaur-telepathy-qt-git.tar.gz
Update to 0.9.8.r15.g188dece4-1
- Switch to python3 - Add missing git makedepend
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19d401004241..f220cf2b4e11 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,19 @@
# Generated by mksrcinfo v8
-# Fri Feb 2 08:45:40 UTC 2018
+# Sat Jul 9 13:50:50 UTC 2022
pkgbase = telepathy-qt-git
- pkgver = 0.9.7.r34.gf81ae2d3
- pkgrel = 2
+ pkgver = 0.9.8.r15.g188dece4
+ pkgrel = 1
url = http://telepathy.freedesktop.org/wiki/
arch = i686
arch = x86_64
license = LGPL
makedepends = telepathy-farstream
makedepends = libxslt
- makedepends = python2
+ makedepends = python
makedepends = cmake
makedepends = doxygen
makedepends = qt5-base
+ makedepends = git
provides = telepathy-qt5
provides = telepathy-qt
source = git+https://github.com/TelepathyQt/telepathy-qt.git
diff --git a/PKGBUILD b/PKGBUILD
index 7e49bba97918..521c8f719c86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@
_pkgname=telepathy-qt
_pkgbase=telepathy-qt5
pkgname=$_pkgname-git
-pkgver=0.9.7.r34.gf81ae2d3
-pkgrel=2
+pkgver=0.9.8.r15.g188dece4
+pkgrel=1
arch=(i686 x86_64)
url="http://telepathy.freedesktop.org/wiki/"
license=(LGPL)
provides=($_pkgbase $_pkgname)
-makedepends=(telepathy-farstream libxslt python2 cmake doxygen qt5-base)
+makedepends=(telepathy-farstream libxslt python cmake doxygen qt5-base git)
source=(git+https://github.com/TelepathyQt/telepathy-qt.git)
md5sums=('SKIP')
validpgpkeys=('AA33B0D27868E36C151780F0FE0B6D736B1195ED') # Alexandr Akulich
@@ -21,7 +21,6 @@ pkgver()
{
cd $_pkgname
git describe --always --long | sed -E 's/telepathy-qt.//;s/([^-]*-g)/r\1/;s/-/./g;'
-
}
@@ -34,7 +33,7 @@ build() {
cmake ../telepathy-qt \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+ -DPYTHON_EXECUTABLE=/usr/bin/python \
-DDESIRED_QT_VERSION=5 \
-DENABLE_EXAMPLES=OFF \
-DENABLE_TESTS=OFF