Date: Tuesday, February 21, 2023 @ 21:54:50
  Author: cbehan
Revision: 1403309

archrelease: copy trunk to community-any

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

-----------+
 ChangeLog |   18 +++++++++---------
 PKGBUILD  |   52 ++++++++++++++++++++++++++--------------------------
 2 files changed, 35 insertions(+), 35 deletions(-)

Deleted: ChangeLog
===================================================================
--- ChangeLog   2023-02-21 21:54:21 UTC (rev 1403308)
+++ ChangeLog   2023-02-21 21:54:50 UTC (rev 1403309)
@@ -1,9 +0,0 @@
-
-2008-08-17  Douglas Soares de Andrade  <[email protected]>
-
-       * Updated for i686: 2.5
-
-2008-01-14  Douglas Soares de Andrade  <[email protected]>
-
-       * Fixed the manpage path
-

Copied: txt2tags/repos/community-any/ChangeLog (from rev 1403308, 
txt2tags/trunk/ChangeLog)
===================================================================
--- ChangeLog                           (rev 0)
+++ ChangeLog   2023-02-21 21:54:50 UTC (rev 1403309)
@@ -0,0 +1,9 @@
+
+2008-08-17  Douglas Soares de Andrade  <[email protected]>
+
+       * Updated for i686: 2.5
+
+2008-01-14  Douglas Soares de Andrade  <[email protected]>
+
+       * Fixed the manpage path
+

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-21 21:54:21 UTC (rev 1403308)
+++ PKGBUILD    2023-02-21 21:54:50 UTC (rev 1403309)
@@ -1,26 +0,0 @@
-# Maintainer: Connor Behan <[email protected]>
-# Contributor: Lukas Fleischer <[email protected]>
-# Contributor: Douglas Soares de Andrade <[email protected]>
-# Contributor: Stefan Husmann <[email protected]>
-
-pkgname=txt2tags
-pkgver=3.7
-pkgrel=7
-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"
-}

Copied: txt2tags/repos/community-any/PKGBUILD (from rev 1403308, 
txt2tags/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-02-21 21:54:50 UTC (rev 1403309)
@@ -0,0 +1,26 @@
+# Maintainer: Connor Behan <[email protected]>
+# Contributor: Lukas Fleischer <[email protected]>
+# Contributor: Douglas Soares de Andrade <[email protected]>
+# Contributor: Stefan Husmann <[email protected]>
+
+pkgname=txt2tags
+pkgver=3.8
+pkgrel=1
+pkgdesc='A text formatting and conversion tool.'
+arch=('any')
+url='http://www.txt2tags.org'
+license=('GPL')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://files.pythonhosted.org/packages/a3/91/3522a1fbefcc02d3d496854aea81b2b01a6e388bdb27ca0be39a91a43711/$pkgname-$pkgver.tar.gz";)
+sha256sums=('379869e866ed85225181ac65583827781a166c907de8bb40a9f3daf7b16c3483')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python setup.py install --root="$pkgdir"
+}

Reply via email to