summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorOlivier Le Moal2018-09-19 00:08:51 +0200
committerOlivier Le Moal2018-09-19 00:08:51 +0200
commitf90dcef31d238a70f71ca131cdbf077ca8e1aae7 (patch)
treec5e5079aa64e902528df4c2734e8fcfbc988dc6c /.SRCINFO
downloadaur-f90dcef31d238a70f71ca131cdbf077ca8e1aae7.tar.gz
first commit
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..e658851cb0ab
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,20 @@
+pkgbase = python-pycrate
+ pkgdesc = Python library for manipulating various digital formats in an easy way.
+ pkgver = 0.3
+ pkgrel = 1
+ url = https://github.com/P1sec/pycrate
+ arch = any
+ license = LGPL2.1
+ conflicts = python-pycrate-git
+ conflicts = python2-pycrate-git
+ source = https://github.com/P1sec/pycrate/archive/0.3.tar.gz
+ md5sums = e194f596e7d16bb1c675551a56dcc38d
+
+pkgname = python2-pycrate
+ depends = python2
+ conflicts = python-pycrate
+
+pkgname = python-pycrate
+ depends = python
+ conflicts = python2-pycrate
+