summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordrrossum2018-12-28 10:27:02 +0100
committerdrrossum2018-12-28 10:27:02 +0100
commitbf80e81cd6e1a2397823165cc6a5349b1f02ee51 (patch)
treeb124cac275631ab314116d9d9623ab2a29687f1a
parent574a29f3f2bca21a86154d978f04cef63cd503b1 (diff)
downloadaur-bf80e81cd6e1a2397823165cc6a5349b1f02ee51.tar.gz
update to rev 0.19.9 and drop python-dulwich
the python3 version is now in community
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD15
2 files changed, 8 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db7cc8cd2348..b086a5fc6acf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,17 @@
# Generated by mksrcinfo v8
-# Mon Nov 12 09:05:24 UTC 2018
+# Fri Dec 28 09:26:21 UTC 2018
pkgbase = python2-dulwich
pkgdesc = Pure-Python implementation of the Git file formats and protocols
- pkgver = 0.19.8
+ pkgver = 0.19.9
pkgrel = 1
url = https://www.dulwich.io/
arch = any
license = GPL2
makedepends = python2
- makedepends = python
options = !emptydirs
- source = https://github.com/jelmer/dulwich/archive/dulwich-0.19.8.tar.gz
- md5sums = 9b8a892f0ccf67a7e52ae0325de8a11f
+ source = https://github.com/jelmer/dulwich/archive/dulwich-0.19.9.tar.gz
+ md5sums = 5370fc88ec04cab616f83b269318c160
pkgname = python2-dulwich
depends = python2
-pkgname = python-dulwich
- depends = python
-
diff --git a/PKGBUILD b/PKGBUILD
index 5f1b0ac4f5ed..b316948ed980 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,28 +1,21 @@
# Maintainer: Timothée Ravier <tim@siosm.fr>
-pkgname=(python2-dulwich python-dulwich)
-pkgver=0.19.8
+pkgname=(python2-dulwich)
+pkgver=0.19.9
pkgrel=1
pkgdesc='Pure-Python implementation of the Git file formats and protocols'
arch=('any')
url='https://www.dulwich.io/'
license=('GPL2')
depends=()
-makedepends=('python2' 'python')
+makedepends=('python2')
options=(!emptydirs)
source=("https://github.com/jelmer/dulwich/archive/dulwich-${pkgver}.tar.gz")
-md5sums=('9b8a892f0ccf67a7e52ae0325de8a11f')
+md5sums=('5370fc88ec04cab616f83b269318c160')
build() {
cd "dulwich-dulwich-${pkgver}"
python2 setup.py build
- python setup.py build
-}
-
-package_python-dulwich() {
- depends=('python')
- cd "dulwich-dulwich-${pkgver}"
- python setup.py install --root="$pkgdir/" --skip-build --optimize=1
}
package_python2-dulwich() {