[arch-commits] Commit in txt2tags/repos/community-any (4 files)

Connor Behan cbehan at archlinux.org
Sat Jun 13 11:59:57 UTC 2020


    Date: Saturday, June 13, 2020 @ 11:59:56
  Author: cbehan
Revision: 642853

archrelease: copy trunk to community-any

Added:
  txt2tags/repos/community-any/ChangeLog
    (from rev 642852, txt2tags/trunk/ChangeLog)
  txt2tags/repos/community-any/PKGBUILD
    (from rev 642852, txt2tags/trunk/PKGBUILD)
Deleted:
  txt2tags/repos/community-any/ChangeLog
  txt2tags/repos/community-any/PKGBUILD

-----------+
 ChangeLog |   18 +++++++++---------
 PKGBUILD  |   54 +++++++++++++++++++++++++++---------------------------
 2 files changed, 36 insertions(+), 36 deletions(-)

Deleted: ChangeLog
===================================================================
--- ChangeLog	2020-06-13 11:59:07 UTC (rev 642852)
+++ ChangeLog	2020-06-13 11:59:56 UTC (rev 642853)
@@ -1,9 +0,0 @@
-
-2008-08-17  Douglas Soares de Andrade  <douglas at archlinux.org>
-
-	* Updated for i686: 2.5
-
-2008-01-14  Douglas Soares de Andrade  <dsa at aur.archlinux.org>
-
-	* Fixed the manpage path
-

Copied: txt2tags/repos/community-any/ChangeLog (from rev 642852, txt2tags/trunk/ChangeLog)
===================================================================
--- ChangeLog	                        (rev 0)
+++ ChangeLog	2020-06-13 11:59:56 UTC (rev 642853)
@@ -0,0 +1,9 @@
+
+2008-08-17  Douglas Soares de Andrade  <douglas at archlinux.org>
+
+	* Updated for i686: 2.5
+
+2008-01-14  Douglas Soares de Andrade  <dsa at aur.archlinux.org>
+
+	* Fixed the manpage path
+

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-13 11:59:07 UTC (rev 642852)
+++ PKGBUILD	2020-06-13 11:59:56 UTC (rev 642853)
@@ -1,27 +0,0 @@
-# Maintainer: Connor Behan <connor.behan at gmail.com>
-# Contributor: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: Douglas Soares de Andrade <dsandrade at gmail.com>
-# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
-
-pkgname=txt2tags
-pkgver=3.3
-pkgrel=1
-pkgdesc='A text formatting and conversion tool.'
-arch=('any')
-url='http://www.txt2tags.org'
-license=('GPL')
-depends=('python')
-makedepends=('python-setuptools')
-md5sums=('3261d1d6e185a8159212970c2a8e617d')
-source=("https://github.com/jendrikseipp/$pkgname/archive/$pkgver.tar.gz")
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  python setup.py install --root="$pkgdir"
-}
-

Copied: txt2tags/repos/community-any/PKGBUILD (from rev 642852, txt2tags/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-13 11:59:56 UTC (rev 642853)
@@ -0,0 +1,27 @@
+# Maintainer: Connor Behan <connor.behan at gmail.com>
+# Contributor: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Douglas Soares de Andrade <dsandrade at gmail.com>
+# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
+
+pkgname=txt2tags
+pkgver=3.7
+pkgrel=1
+pkgdesc='A text formatting and conversion tool.'
+arch=('any')
+url='http://www.txt2tags.org'
+license=('GPL')
+depends=('python')
+makedepends=('python-setuptools')
+md5sums=('efdaf9d01f2681696526f244916683f5')
+source=("https://files.pythonhosted.org/packages/0e/80/dc4215b549ddbe1d1251bc4cd47ad6f4a65e1f9803815997817ff297d22e/$pkgname-$pkgver.tar.gz")
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python setup.py install --root="$pkgdir"
+}
+



More information about the arch-commits mailing list