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

Pierre Neidhardt ambrevar at archlinux.org
Tue Aug 8 18:34:45 UTC 2017


    Date: Tuesday, August 8, 2017 @ 18:34:44
  Author: ambrevar
Revision: 249606

archrelease: copy trunk to community-x86_64

Added:
  dtach/repos/community-x86_64/PKGBUILD
    (from rev 249605, dtach/trunk/PKGBUILD)
Deleted:
  dtach/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-08 18:34:25 UTC (rev 249605)
+++ PKGBUILD	2017-08-08 18:34:44 UTC (rev 249606)
@@ -1,28 +0,0 @@
-# Maintainer: Pierre Neidhardt <ambrevar at gmail.com>
-# Contributor: Chris Brannon <cmbrannon79 at gmail.com>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: Adam Vogt <vogt.adam at gmail.com>
-
-pkgname=dtach
-pkgver=0.9
-pkgrel=1
-pkgdesc="emulates the detach feature of screen"
-arch=("i686" "x86_64")
-url="http://dtach.sourceforge.net/"
-license=("GPL")
-depends=("glibc")
-source=(http://downloads.sourceforge.net/sourceforge/dtach/$pkgname-$pkgver.tar.gz)
-md5sums=('6dac9c0f96d7d55ea56c01504b23faf6')
-
-build() {
-	cd "$srcdir/$pkgname-$pkgver"
-
-	./configure --prefix=/usr
-	make
-}
-
-package() {
-	cd "$srcdir/$pkgname-$pkgver"
-	install -Dm755 dtach "$pkgdir/usr/bin/dtach"
-	install -Dm644 dtach.1 "$pkgdir/usr/share/man/man1/dtach.1"
-}

Copied: dtach/repos/community-x86_64/PKGBUILD (from rev 249605, dtach/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-08-08 18:34:44 UTC (rev 249606)
@@ -0,0 +1,28 @@
+# Maintainer: Pierre Neidhardt <ambrevar at gmail.com>
+# Contributor: Chris Brannon <cmbrannon79 at gmail.com>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Adam Vogt <vogt.adam at gmail.com>
+
+pkgname=dtach
+pkgver=0.9
+pkgrel=2
+pkgdesc="emulates the detach feature of screen"
+arch=("i686" "x86_64")
+url="http://dtach.sourceforge.net/"
+license=("GPL")
+depends=("glibc")
+source=(https://downloads.sourceforge.net/sourceforge/dtach/$pkgname-$pkgver.tar.gz)
+md5sums=('6dac9c0f96d7d55ea56c01504b23faf6')
+
+build() {
+	cd "$srcdir/$pkgname-$pkgver"
+
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd "$srcdir/$pkgname-$pkgver"
+	install -Dm755 dtach "$pkgdir/usr/bin/dtach"
+	install -Dm644 dtach.1 "$pkgdir/usr/share/man/man1/dtach.1"
+}



More information about the arch-commits mailing list