summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-08-29 00:36:26 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-08-29 00:36:26 -0300
commita74b7ddeccd1d6e30ba43962b018b8202b4c0e88 (patch)
treed0f4009143b23b5d9d51b683906ff03e9394e777
parentb486dcc702cefc51343332023774915087d06836 (diff)
parentea3a0ba0097a8f03c83e86d88a7fadcac82997cc (diff)
Merge branch 'master' of ssh://lukeshu.com:1863/srv/git/mirror/parabola/abslibre
-rw-r--r--nonprism/your-privacy/PKGBUILD6
-rw-r--r--pcr/xml2rfc-python/PKGBUILD19
2 files changed, 22 insertions, 3 deletions
diff --git a/nonprism/your-privacy/PKGBUILD b/nonprism/your-privacy/PKGBUILD
index 60637b98f..20068c183 100644
--- a/nonprism/your-privacy/PKGBUILD
+++ b/nonprism/your-privacy/PKGBUILD
@@ -5,8 +5,8 @@ pkgdesc="This package will remove support for unsafe/dangerous for privacy proto
license=('GPL3')
#url="https://projects.parabolagnulinux.org/blacklist.git"
url="https://lukeshu.com/git/mirror/parabola/blacklist.git"
-pkgver=20140827.2
-_gitver=cecf3ae5ffae7611db5ad3241ef6421af31a1664
+pkgver=20140828
+_gitver=b88c41ea8c091a45287fa0a715d55454cea3776f
pkgrel=1
arch=('any')
@@ -16,7 +16,7 @@ replaces=(your-coherence)
makedepends=(librelib)
#source=(blacklist-${_gitver}.txt::https://projects.parabolagnulinux.org/blacklist.git/plain/${pkgname}-blacklist.txt?id=${_gitver})
source=(blacklist-${_gitver}.txt::https://lukeshu.com/git/mirror/parabola/blacklist.git/plain/${pkgname}-blacklist.txt?id=${_gitver})
-md5sums=('d6d53d581e77146b05c53f60f1dce2c2')
+md5sums=('2ad92778e0a81a3e64c18b72139a1575')
package() {
cd "$srcdir"
diff --git a/pcr/xml2rfc-python/PKGBUILD b/pcr/xml2rfc-python/PKGBUILD
new file mode 100644
index 000000000..ea1f6f786
--- /dev/null
+++ b/pcr/xml2rfc-python/PKGBUILD
@@ -0,0 +1,19 @@
+# Maintainer (Arch): milki <milki at rescomp dot berkeley dot edu>
+# Maintainer: André Silva <emulatorman@parabola.nu>
+
+pkgname=xml2rfc-python
+pkgver=2.4.7
+pkgrel=1
+pkgdesc="A tool to convert an RFC from XML to text, HTML and other formats."
+arch=('any')
+url="http://xml2rfc.tools.ietf.org/"
+license=('custom')
+depends=('python>3.2' 'python-lxml>2.2.7' 'python-setuptools')
+conflicts=('xml2rfc-python2')
+source=("http://tools.ietf.org/tools/xml2rfc2/cli/xml2rfc-$pkgver.tar.gz")
+sha256sums=('f75ec480b1b11ac55e5d6e3d35df5f8fe2e66c7a447f229eee9f1e9a63b2bfd2')
+
+package() {
+ cd $srcdir/xml2rfc-$pkgver
+ python setup.py install --root="$pkgdir"
+}