[arch-commits] Commit in txt2tags/repos/community-staging-any (4 files)
Felix Yan
felixonmars at gemini.archlinux.org
Wed Dec 1 21:47:58 UTC 2021
Date: Wednesday, December 1, 2021 @ 21:47:58
Author: felixonmars
Revision: 1061175
archrelease: copy trunk to community-staging-any
Added:
txt2tags/repos/community-staging-any/ChangeLog
(from rev 1061172, txt2tags/trunk/ChangeLog)
txt2tags/repos/community-staging-any/PKGBUILD
(from rev 1061173, txt2tags/trunk/PKGBUILD)
Deleted:
txt2tags/repos/community-staging-any/ChangeLog
txt2tags/repos/community-staging-any/PKGBUILD
-----------+
ChangeLog | 18 +++++++++---------
PKGBUILD | 50 +++++++++++++++++++++++++-------------------------
2 files changed, 34 insertions(+), 34 deletions(-)
Deleted: ChangeLog
===================================================================
--- ChangeLog 2021-12-01 21:47:54 UTC (rev 1061174)
+++ ChangeLog 2021-12-01 21:47:58 UTC (rev 1061175)
@@ -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-staging-any/ChangeLog (from rev 1061172, txt2tags/trunk/ChangeLog)
===================================================================
--- ChangeLog (rev 0)
+++ ChangeLog 2021-12-01 21:47:58 UTC (rev 1061175)
@@ -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 2021-12-01 21:47:54 UTC (rev 1061174)
+++ PKGBUILD 2021-12-01 21:47:58 UTC (rev 1061175)
@@ -1,25 +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.7
-pkgrel=5
-pkgdesc='A text formatting and conversion tool.'
-arch=('any')
-url='http://www.txt2tags.org'
-license=('GPL')
-depends=('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-staging-any/PKGBUILD (from rev 1061173, txt2tags/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-01 21:47:58 UTC (rev 1061175)
@@ -0,0 +1,25 @@
+# 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=6
+pkgdesc='A text formatting and conversion tool.'
+arch=('any')
+url='http://www.txt2tags.org'
+license=('GPL')
+depends=('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