summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorFrancisco Pina Martins2022-03-23 09:40:54 +0000
committerFrancisco Pina Martins2022-03-23 09:40:54 +0000
commitc470de01d8efc6696f4158dfd683238e31c67f74 (patch)
tree49eeae1a3f23bcaabef929661c2ec2f72704d216 /.SRCINFO
parent9928ed82835d30e5cdb28dbca17b7c7bc6063d76 (diff)
downloadaur-landslide-git.tar.gz
Updates PKGBUILD for 2022. New git protocol, and use python3 instead of python2
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO19
1 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08493650596f..6ac918cbdc85 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,20 @@
pkgbase = landslide-git
pkgdesc = Generate html5 slideshow from Markdown or reStructuredText sources
- pkgver = 0.4.0.r405.g8f00b46
+ pkgver = 0.4.0.r414.ga76d4e2
pkgrel = 1
url = http://github.com/adamzap/landslide
arch = any
license = Apache License
- makedepends = python2-distribute
- depends = python2
- depends = python2-pygments
- depends = python2-markdown
- depends = python2-jinja
- depends = python2-docutils
- depends = python2-six
+ makedepends = python-distribute
+ depends = python
+ depends = python-pygments
+ depends = python-markdown
+ depends = python-jinja
+ depends = python-docutils
+ depends = python-six
optdepends = prince-bin
conflicts = landslide
- source = git+git://github.com/adamzap/landslide.git
+ source = git+https://github.com/adamzap/landslide.git
md5sums = SKIP
pkgname = landslide-git
-