summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 3 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cd1c182ae7b6..0f1cb0438480 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Moritz Lipp <mlq@pwmt.org>
pkgname=countly-cpp
-pkgver=16.9.1
+pkgver=17.10
pkgrel=1
pkgdesc="Lightweight C++ library for Countly"
arch=('i686' 'x86_64')
@@ -9,15 +9,8 @@ url="https://github.com/ryuichis/countly-cpp"
license=(Apache2)
depends=()
makedepends=()
-source=(https://github.com/ryuichis/${pkgname}/archive/${pkgver}.tar.gz
- 'countly-cpp.patch')
-md5sums=('4de00996bad6a2afc02da1c001902bdb'
- '7022abb22604b48f50f75ce834af4847')
-
-prepare() {
- cd "$srcdir/$pkgname-$pkgver"
- patch -p1 < $srcdir/countly-cpp.patch
-}
+source=(https://github.com/ryuichis/${pkgname}/archive/${pkgver}.tar.gz)
+md5sums=('858b8b0b925110060a9f0a3b5891118d')
build() {
cd "$srcdir/$pkgname-$pkgver"