[arch-commits] Commit in detox/repos/community-x86_64 (PKGBUILD PKGBUILD)
Jaroslav Lichtblau
jlichtblau at gemini.archlinux.org
Wed Aug 18 16:27:10 UTC 2021
Date: Wednesday, August 18, 2021 @ 16:27:10
Author: jlichtblau
Revision: 1003659
archrelease: copy trunk to community-x86_64
Added:
detox/repos/community-x86_64/PKGBUILD
(from rev 1003658, 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:27:05 UTC (rev 1003658)
+++ PKGBUILD 2021-08-18 16:27:10 UTC (rev 1003659)
@@ -1,30 +0,0 @@
-# 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
-}
Copied: detox/repos/community-x86_64/PKGBUILD (from rev 1003658, detox/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-08-18 16:27:10 UTC (rev 1003659)
@@ -0,0 +1,30 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+
+pkgname=detox
+pkgver=1.4.5
+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=('5d8b1eb53035589882f48316a88f50341bf98c284e8cd29dea74f680559e27cc')
+
+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