summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--.gitignore7
-rw-r--r--PKGBUILD11
3 files changed, 18 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 172ca7090d2b..4db3570f6ce9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Sat Dec 12 11:59:59 UTC 2015
+# Tue Dec 12 19:45:23 UTC 2017
pkgbase = python-svn
pkgdesc = Lightweight Subversion library for Python.
- pkgver = 0.3.36
- pkgrel = 2
+ pkgver = 0.3.45
+ pkgrel = 1
url = https://github.com/dsoprea/PySvn
arch = any
license = GPL2
depends = python>=3.3
depends = subversion
depends = python-dateutil
- source = https://pypi.python.org/packages/source/s/svn/svn-0.3.36.tar.gz
- md5sums = 1538aeddf535de894dc81b6ffb76be34
+ source = https://pypi.python.org/packages/c0/ea/ba24f6933d083306604e02d673ede6ddb81d89135b09dce76a1644d3df28/svn-0.3.45.tar.gz
+ md5sums = db97c11b92175c76e157906d1705ddde
pkgname = python-svn
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..d77ee05e1947
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,7 @@
+# makepkg files
+pkg/
+src/
+*.xz
+
+# source files
+*.gz
diff --git a/PKGBUILD b/PKGBUILD
index ca4d14d8bd21..e273105eb120 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
-# Maintainer: Yen Chi Hsuan <yan12125 at gmail.com>
+# Maintainer: Eric Berquist <eric dot berquist at gmail dot com>
+# Contributor: Yen Chi Hsuan <yan12125 at gmail.com>
pkgname=python-svn
-pkgver=0.3.36
-pkgrel=2
+pkgver=0.3.45
+pkgrel=1
pkgdesc="Lightweight Subversion library for Python."
arch=('any')
url="https://github.com/dsoprea/PySvn"
license=('GPL2')
depends=('python>=3.3' 'subversion' 'python-dateutil')
-source=("https://pypi.python.org/packages/source/s/svn/svn-${pkgver}.tar.gz")
-md5sums=('1538aeddf535de894dc81b6ffb76be34')
+source=("https://pypi.python.org/packages/c0/ea/ba24f6933d083306604e02d673ede6ddb81d89135b09dce76a1644d3df28/svn-${pkgver}.tar.gz")
+md5sums=('db97c11b92175c76e157906d1705ddde')
package() {
cd "$srcdir/svn-$pkgver"