summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO14
1 files changed, 14 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..6e3ac5f8cbad
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+pkgbase = python-pacman
+ pkgdesc = Simple Python interface to Arch Linux package manager (pacman)
+ pkgver = 0.4.2
+ pkgrel = 1
+ url = https://github.com/peakwinter/python-pacman
+ arch = any
+ license = GPLv3
+ makedepends = git
+ makedepends = python-setuptools
+ depends = python
+ source = ::git+https://github.com/peakwinter/python-pacman.git#tag=0.4.2
+ sha512sums = SKIP
+
+pkgname = python-pacman