summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRicardo (XenGi) Band2018-11-02 11:53:48 +0100
committerRicardo (XenGi) Band2018-11-02 11:53:48 +0100
commit96593143decd51f8572d2a1bd44ec2856837e58e (patch)
treeb33064dd8071770303ba2d62f2a3961b8cd4d72f /PKGBUILD
parentcad9f98c8e171a2d04d5baf013330137d4e3eab5 (diff)
downloadaur-python-driftdeck.tar.gz
new version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 60d0025385db..cea956bc16fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ricardo (XenGi) Band <email@ricardo.band>
pkgname=python-driftdeck
_name=${pkgname#python-}
-pkgver=0.3.2
+pkgver=0.3.3
pkgrel=1
pkgdesc="Drift Deck eats markdown files and spits out beautiful slides directly into your browser."
arch=(any)
@@ -9,7 +9,7 @@ url="https://gitlab.com/xengi/driftdeck"
license=('MIT')
depends=('python-setuptools' 'python-docopt' 'python-markdown')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha1sums=('268a4d9baed9896af69ea4d6a69a36487592abe0')
+sha1sums=('cf0c34bc7dad1e32b095ff0ee500c648662a7137')
package() {
cd "${srcdir}/${_name}-${pkgver}"