summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bc7a30257f74..953a6f13f8b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Thanks to Andrea Scarpino <andrea@archlinux.org>
pkgname=libmygpo-qt5-git
-pkgver=1.0.8.2.g7946293
+pkgver=1.0.8.3.gfd4e40a
pkgrel=1
pkgdesc="A C++/Qt client library for gpodder.net. Git and Qt5 version."
arch=('i686' 'x86_64')
@@ -10,8 +10,8 @@ url="http://wiki.gpodder.org/wiki/Libmygpo-qt"
license=('LGPL2.1')
depends=('qt5-base')
makedepends=('cmake' 'doxygen')
-source=("git+https://github.com/gpodder/libmygpo-qt.git" "include_suffix.patch")
-sha256sums=('SKIP' '7994f3c29086268b8138e7ac0c0d1a99acfa55e07a7695507f314903b890f79d')
+source=("git+https://github.com/gpodder/libmygpo-qt.git")
+sha256sums=('SKIP')
provides=('libmygpo-qt5')
conflicts=('libmygpo-qt5')
@@ -21,9 +21,6 @@ pkgver() {
}
prepare() {
- cd libmygpo-qt
- patch -Np0 -i "../include_suffix.patch"
- cd ../
mkdir build
}