summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0f50195079d..a156083a8d1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Wed Nov 14 06:08:31 UTC 2018
pkgbase = rst2ctags
pkgdesc = Generates ctags-compatible output for the sections of a reStructuredText document
pkgver = 0.2.2
@@ -7,8 +5,7 @@ pkgbase = rst2ctags
url = https://github.com/jszakmeister/rst2ctags
arch = any
license = BSD
- makedepends = python-setuptools
- depends = python
+ depends = python-setuptools
source = https://github.com/jszakmeister/rst2ctags/archive/v0.2.2/rst2ctags-0.2.2.tar.gz
sha512sums = feba8122592b962692b9cce321375b5807ba4e283404ae0876d2c4e429bef4b88753c7f55f8b483a05536347abefde8d6a6f6e93ef9999e920f02a5ae43d5b50
diff --git a/PKGBUILD b/PKGBUILD
index 728ff4c29440..8184e0f87176 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,7 @@ pkgdesc='Generates ctags-compatible output for the sections of a reStructuredTex
arch=('any')
url=https://github.com/jszakmeister/rst2ctags
license=('BSD')
-depends=('python')
-makedepends=('python-setuptools')
+depends=('python-setuptools')
source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
sha512sums=('feba8122592b962692b9cce321375b5807ba4e283404ae0876d2c4e429bef4b88753c7f55f8b483a05536347abefde8d6a6f6e93ef9999e920f02a5ae43d5b50')