[arch-commits] Commit in detox/repos/community-x86_64 (PKGBUILD PKGBUILD)

Jaroslav Lichtblau jlichtblau at archlinux.org
Sat Mar 13 15:42:05 UTC 2021


    Date: Saturday, March 13, 2021 @ 15:42:04
  Author: jlichtblau
Revision: 890316

archrelease: copy trunk to community-x86_64

Added:
  detox/repos/community-x86_64/PKGBUILD
    (from rev 890315, detox/trunk/PKGBUILD)
Deleted:
  detox/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-13 15:41:56 UTC (rev 890315)
+++ PKGBUILD	2021-03-13 15:42:04 UTC (rev 890316)
@@ -1,30 +0,0 @@
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-
-pkgname=detox
-pkgver=1.4.1
-pkgrel=1
-pkgdesc="An utility designed to clean up filenames by replacing characters with standard equivalents"
-arch=('x86_64')
-url="https://github.com/dharple/detox"
-license=('BSD')
-makedepends=('flex')
-backup=('etc/detox/detoxrc')
-source=($pkgname-$pkgver.tar.gz::https://github.com/dharple/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('fd71aa31abc82b1ec8b7ce996cd70062939e9c165b106f395beced3706c5ea17')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  autoreconf --install
-  ./configure --prefix=/usr --sysconfdir=/etc/detox
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-
-#license file
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: detox/repos/community-x86_64/PKGBUILD (from rev 890315, detox/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-13 15:42:04 UTC (rev 890316)
@@ -0,0 +1,30 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+
+pkgname=detox
+pkgver=1.4.2
+pkgrel=1
+pkgdesc="An utility designed to clean up filenames by replacing characters with standard equivalents"
+arch=('x86_64')
+url="https://github.com/dharple/detox"
+license=('BSD')
+makedepends=('flex')
+backup=('etc/detox/detoxrc')
+source=($pkgname-$pkgver.tar.gz::https://github.com/dharple/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('40af25c00a55227cdddaa54d8a1b18fb47112f4fd72efabc325dd8e540b804df')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  autoreconf --install
+  ./configure --prefix=/usr --sysconfdir=/etc/detox
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+#license file
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list