summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJustus Piater2016-11-10 23:39:38 +0100
committerJustus Piater2016-11-10 23:39:38 +0100
commitfc31637659b168ef8ee7f2ee602e64c7e3298e0c (patch)
treea674b9294193e3e90b2beb217154d660e2ed2e98 /PKGBUILD
parentd8f543ac01fb426e0349a83a98879071707707cd (diff)
downloadaur-fc31637659b168ef8ee7f2ee602e64c7e3298e0c.tar.gz
fixed missing python2 replacement in Makefile.in
which caused the build to fail if python is not installed
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1b80d210e84d..b87ebd659ab9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Justus Piater <Justus-dev at Piater dot name>
pkgname=('syncevolution' 'syncevolution-http')
pkgver=1.5.2
-pkgrel=1
+pkgrel=2
pkgdesc="Synchronize PIM data via various protocols"
arch=('i686' 'x86_64')
url="https://syncevolution.org/"
@@ -12,7 +12,7 @@ makedepends=('intltool' 'boost')
source=("https://download.01.org/syncevolution/syncevolution/sources/syncevolution-$pkgver.tar.gz"
"$pkgname-$pkgver-python2.patch")
sha256sums=('8b692bd549a63d2259ed7519afb74fc9cab5be10c7a6f51868b66fc98fb48128'
- 'e18f3b8828d6a9d2065bc26ae3cab1ca108d382dac93f5ec77557dffb93925e8')
+ 'f3cf917615d82512a7720d52c2486a1abd90bbf671debb92c70127b4ee28ce69')
prepare() {
cd "$pkgname-$pkgver"