summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorChristian Duerr2017-11-11 17:21:25 +0100
committerChristian Duerr2017-11-11 17:21:25 +0100
commit9dabbfc5e5bc5cf158a28bf4ee27156e11a0f624 (patch)
treedb15600168f3c016904606dc77f9f3b2ac72f9f1 /.SRCINFO
downloadaur-9dabbfc5e5bc5cf158a28bf4ee27156e11a0f624.tar.gz
Initial commit
Created PKGBUILD for weechat with python3 support instead of python2. Everything else should be the same as the default weechat package in the official repos. SRCINFO has been autogenerated. This package pulls from git automatically. So it should always be up-to-date.
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO33
1 files changed, 33 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..6931ab1d2373
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,33 @@
+pkgbase = weechat-python3-git
+ pkgdesc = Weechat compiled with Python3 instead of Python2, experimental
+ pkgver = 1.9.433.g58a6b564e
+ pkgrel = 1
+ url = https://github.com/weechat/weechat
+ arch = i686
+ arch = x86_64
+ license = GPL
+ makedepends = git
+ makedepends = cmake
+ makedepends = perl
+ makedepends = python3
+ makedepends = lua
+ makedepends = tcl
+ makedepends = ruby
+ makedepends = aspell
+ makedepends = guile2.0
+ makedepends = asciidoctor
+ depends = gnutls
+ depends = curl
+ depends = libgcrypt
+ optdepends = perl
+ optdepends = python3
+ optdepends = lua
+ optdepends = tcl
+ optdepends = ruby
+ optdepends = aspell
+ optdepends = guile2.0
+ source = git+https://github.com/weechat/weechat
+ sha512sums = SKIP
+
+pkgname = weechat-python3-git
+