summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchen-chao2019-02-20 20:43:17 +0800
committerchen-chao2019-02-20 20:43:17 +0800
commitc7ae1b6a26ce0078b1f0aa52eea821a5a945e924 (patch)
tree02e20b5b2979fb548ed15cdf01af66bedc494c74
parent76cb7ed45618b8eb348a5f5868468c2196386c94 (diff)
downloadaur-c7ae1b6a26ce0078b1f0aa52eea821a5a945e924.tar.gz
add .srcinfo
-rw-r--r--.SRCINFO21
-rw-r--r--.gitignore15
2 files changed, 12 insertions, 24 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89e42555b339..2b152e91dfa2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,16 @@
-# Generated by mksrcinfo v8
-# Sat Jul 8 21:59:49 UTC 2017
pkgbase = python-pdir2
- pkgdesc = Pretty dir printing with joy
- pkgver = 0.2.1
+ pkgdesc = Pretty dir() printing with joy
+ pkgver = 0.3.1.post2
pkgrel = 1
url = https://github.com/laike9m/pdir2
arch = any
license = MIT
- makedepends = python-setuptools
- makedepends = python2-setuptools
- source = https://files.pythonhosted.org/packages/source/p/pdir2/pdir2-0.2.1.tar.gz
- sha256sums = baaf07033f71efddb1d1d8f63c4b3a3e66415ed91fb4f8895e746c0cc5c89238
+ makedepends = python-pip
+ depends = python>=3.5
+ provides = python-pdir2=0.3.1.post2
+ noextract = pdir2-0.3.1.post2-py2.py3-none-any.whl
+ source = https://files.pythonhosted.org/packages/e8/11/f3d2b3fbceceb3c5f8401cfcbcee3b3f2d16d79a9333bde5996a083d5b04/pdir2-0.3.1.post2-py2.py3-none-any.whl
+ sha256sums = 71761d0fe879de2c91fc36ecdb9a7f20d059deee7d94d0f10c2dea2cca1c1929
pkgname = python-pdir2
- depends = python
-
-pkgname = python2-pdir2
- depends = python2
- depends = python2-enum34
diff --git a/.gitignore b/.gitignore
index 71210bc43107..018a3de08144 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,11 +1,4 @@
-# sources
-*.tar.gz
-
-# build logs
-*-build.log
-*-namcap.log
-*-package*.log
-*-prepare.log
-
-# packages
-*.pkg.tar.xz
+*
+!PKGBUILD
+!.SRCINFO
+!.gitignore