summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorKonstantin Shalygin2019-08-21 10:05:16 +0700
committerKonstantin Shalygin2019-08-21 10:05:16 +0700
commitad2f88b57b36034db029a334dac40ccef10fa31e (patch)
tree510e4ed03314227ed70239ce64bf72b6fdbd4b5b /.SRCINFO
downloadaur-ad2f88b57b36034db029a334dac40ccef10fa31e.tar.gz
Initial release
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO20
1 files changed, 20 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..f198626d8a64
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,20 @@
+pkgbase = python-ctypescrypto
+ pkgdesc = Python interface to some openssl function based on ctypes module
+ pkgver = 0.5
+ pkgrel = 1
+ url = https://github.com/vbwagner/ctypescrypto
+ arch = any
+ license = MIT
+ makedepends = python
+ makedepends = python-setuptools
+ makedepends = python2
+ makedepends = python2-setuptools
+ source = https://github.com/vbwagner/ctypescrypto/archive/v0.5.tar.gz
+ sha256sums = 7258fad7d025ed3dc4bbe1dc24e6cf1842481216837615e9892596e06c942602
+
+pkgname = python-ctypescrypto
+ depends = python
+
+pkgname = python2-ctypescrypto
+ depends = python2
+