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

Jaroslav Lichtblau jlichtblau at archlinux.org
Sun Feb 21 21:12:42 UTC 2021


    Date: Sunday, February 21, 2021 @ 21:12:42
  Author: jlichtblau
Revision: 868062

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-21 21:12:34 UTC (rev 868061)
+++ PKGBUILD	2021-02-21 21:12:42 UTC (rev 868062)
@@ -1,30 +0,0 @@
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-
-pkgname=detox
-pkgver=1.4.0
-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=('9d201e4bf135e708e39bf4f46cfb2b8ce4ac6ceed54a2d87d30cca48b78af2a8')
-
-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 868061, detox/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-21 21:12:42 UTC (rev 868062)
@@ -0,0 +1,30 @@
+# 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
+}



More information about the arch-commits mailing list