diff --git a/srcpkgs/telepathy-python/patches/dont-install-generated-errors.py-twice.patch b/srcpkgs/telepathy-python/patches/dont-install-generated-errors.py-twice.patch index ecb0278bba..5a39d39807 100644 --- a/srcpkgs/telepathy-python/patches/dont-install-generated-errors.py-twice.patch +++ b/srcpkgs/telepathy-python/patches/dont-install-generated-errors.py-twice.patch @@ -1,7 +1,7 @@ diff --git a/src/Makefile.am b/src/Makefile.am index 135f2f0..ede1fc3 100644 ---- Makefile.am -+++ Makefile.am +--- src/Makefile.am ++++ src/Makefile.am @@ -13,10 +13,12 @@ telepathy_PYTHON = \ spec_dir = $(top_srcdir)/spec spec_files := $(patsubst $(spec_dir)%.xml,_generated%.py,$(wildcard $(spec_dir)/*.xml)) diff --git a/srcpkgs/telepathy-python/template b/srcpkgs/telepathy-python/template index f96249494a..e7232deced 100644 --- a/srcpkgs/telepathy-python/template +++ b/srcpkgs/telepathy-python/template @@ -1,7 +1,7 @@ # Template file for 'telepathy-python' pkgname=telepathy-python version=0.15.19 -revision=1 +revision=2 distfiles="http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$version.tar.gz" build_style=gnu_configure short_desc="Python libraries for use in Telepathy clients and connection managers"