From 4f1057679a7e27ea9a631d8428fbfedd43a83320 Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Thu, 15 Jan 2015 11:16:58 +0000 Subject: [PATCH] python-dbus: extract update_* to external update file --- srcpkgs/python-dbus/template | 1 - srcpkgs/python-dbus/update | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 srcpkgs/python-dbus/update diff --git a/srcpkgs/python-dbus/template b/srcpkgs/python-dbus/template index db07f17d6dc..4af005274f9 100644 --- a/srcpkgs/python-dbus/template +++ b/srcpkgs/python-dbus/template @@ -13,7 +13,6 @@ short_desc="D-Bus Python2 bindings" maintainer="Juan RP " license="GPL-2, LGPL-2.1" homepage="http://www.freedesktop.org/wiki/Software/DBusBindings" -update_pkgname="dbus-python" distfiles="http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${version}.tar.gz" checksum=e12c6c8b2bf3a9302f75166952cbe41d6b38c3441bbc6767dbd498942316c6df diff --git a/srcpkgs/python-dbus/update b/srcpkgs/python-dbus/update new file mode 100644 index 00000000000..19e00958558 --- /dev/null +++ b/srcpkgs/python-dbus/update @@ -0,0 +1 @@ +pkgname="dbus-python"