Date: Wednesday, February 12, 2020 @ 18:17:24 Author: alucryd Revision: 569579
upgpkg: python-astral 2.1-1 Modified: python-astral/trunk/PKGBUILD ----------+ PKGBUILD | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-12 18:15:34 UTC (rev 569578) +++ PKGBUILD 2020-02-12 18:17:24 UTC (rev 569579) @@ -3,7 +3,7 @@ # Contributor: Gregoire Seux <[email protected]> pkgname=python-astral -pkgver=2.0.2 +pkgver=2.1 pkgrel=1 pkgdesc='Python calculations for the position of the sun and moon' arch=(any) @@ -17,7 +17,7 @@ git python-setuptools ) -source=(git+https://github.com/sffjunkie/astral.git#tag=dc03da349c01a5cec1433f81b5a70543d8094a8a) +source=(git+https://github.com/sffjunkie/astral.git#tag=82471cfadd194e7169cb97e89d51fa421754c923) sha256sums=(SKIP) pkgver() { @@ -26,12 +26,6 @@ git describe --tags } -prepare() { - cd astral - - git cherry-pick -n bf9e27385f45d6e52bcc5b4df201705120fe4c3a -} - build() { cd astral
