summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06fe28b267b3..2da916c450e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python2-sh-git
pkgdesc = A full-fledged subprocess interface for Python 2 that allows you to call any program as if it were a function
- pkgver = 1.11.r708.7a4e296
- pkgrel = 2
+ pkgver = 1.14.0.r1207.4b90c93
+ pkgrel = 1
url = https://github.com/amoffat/sh
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 7011b63697f4..85e4571d2922 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: jyantis <yantis@yantis.net>
pkgname=python2-sh-git
-pkgver=1.11.r708.7a4e296
-pkgrel=2
+pkgver=1.14.0.r1207.4b90c93
+pkgrel=1
pkgdesc='A full-fledged subprocess interface for Python 2 that allows you to call any program as if it were a function'
arch=('any')
url='https://github.com/amoffat/sh'
@@ -54,7 +54,7 @@ package() {
install -D -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
# Install Documentation
- install -D -m644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+ install -D -m644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README.rst"
}
# vim:set ts=2 sw=2 et: