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

Jaroslav Lichtblau jlichtblau at gemini.archlinux.org
Wed Aug 18 16:26:15 UTC 2021


    Date: Wednesday, August 18, 2021 @ 16:26:15
  Author: jlichtblau
Revision: 1003657

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-18 16:26:10 UTC (rev 1003656)
+++ PKGBUILD	2021-08-18 16:26:15 UTC (rev 1003657)
@@ -1,30 +0,0 @@
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-
-pkgname=detox
-pkgver=1.4.3
-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=('a9046976a302cb047c49439e065481d4f84811732182f40f3504fd51151edb68')
-
-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 1003656, detox/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-18 16:26:15 UTC (rev 1003657)
@@ -0,0 +1,30 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+
+pkgname=detox
+pkgver=1.4.4
+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=('83381789ccf43acc81eb0867d081475b0facb76a4dfa7fe566173d5e7b5d77c6')
+
+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