From b63e935b2be4ec9202faf5094985b19eb4b0fcf7 Mon Sep 17 00:00:00 2001 From: Martchus Date: Tue, 29 Jan 2019 20:32:30 +0000 Subject: [PATCH] Update python-gpiozero-git --- python-gpiozero/git/PKGBUILD | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/python-gpiozero/git/PKGBUILD b/python-gpiozero/git/PKGBUILD index 28f10269..7bbbdd8b 100644 --- a/python-gpiozero/git/PKGBUILD +++ b/python-gpiozero/git/PKGBUILD @@ -3,7 +3,7 @@ _name=python-gpiozero pkgname=$_name-git -pkgver=940.4aa1c16 +pkgver=1020.330c159 pkgrel=1 pkgdesc='A simple interface to GPIO devices with Raspberry Pi' arch=('any') @@ -17,8 +17,7 @@ depends=() makedepends=('git' 'python-setuptools') provides=("${_name}") conflicts=("${_name}") -source=("git://github.com/RPi-Distro/${_name}.git" - 0001-Support-device-detection-under-aarch64.patch) +source=("git://github.com/RPi-Distro/${_name}.git") sha256sums=('SKIP') pkgver() { @@ -26,11 +25,6 @@ pkgver() { echo "$(git rev-list --count HEAD).$(git rev-parse --short HEAD)" } -prepare() { - cd "${srcdir}/${_name}" - patch -p1 -i ../0001-Support-device-detection-under-aarch64.patch -} - build() { cd "${srcdir}/${_name}" python setup.py build