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

Sébastien Luttringer seblu at archlinux.org
Mon Dec 25 20:46:32 UTC 2017


    Date: Monday, December 25, 2017 @ 20:46:31
  Author: seblu
Revision: 276041

archrelease: copy trunk to community-x86_64

Added:
  picocom/repos/community-x86_64/PKGBUILD
    (from rev 276040, picocom/trunk/PKGBUILD)
Deleted:
  picocom/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-25 20:46:21 UTC (rev 276040)
+++ PKGBUILD	2017-12-25 20:46:31 UTC (rev 276041)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Jens Adam <jra at byte.cx>
-
-pkgname=picocom
-pkgver=2.2
-pkgrel=2
-pkgdesc='Minimal dumb-terminal emulation program, very much like minicom'
-url='https://github.com/npat-efault/picocom'
-license=('GPL2')
-arch=('i686' 'x86_64')
-makedepends=('git')
-depends=('glibc')
-source=("git+https://github.com/npat-efault/picocom.git#tag=$pkgver")
-
-build() {
-  cd $pkgname
-  make UUCP_LOCK_DIR=/run/lock/picocom
-}
-
-package() {
-  cd $pkgname
-  install -D -m 755 picocom "$pkgdir/usr/bin/picocom"
-  install -D -m 644 picocom.1 "$pkgdir/usr/share/man/man1/picocom.1"
-  # install tmpfiles for lock files
-  # http://lists.freedesktop.org/archives/systemd-devel/2011-March/001823.html
-  install -D -m 644 /dev/null "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
-  echo "d /run/lock/$pkgname 0770 root uucp" \
-    > "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
-}
-
-# vim:set ts=2 sw=2 et:
-md5sums=('SKIP')

Copied: picocom/repos/community-x86_64/PKGBUILD (from rev 276040, picocom/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-12-25 20:46:31 UTC (rev 276041)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Jens Adam <jra at byte.cx>
+
+pkgname=picocom
+pkgver=3.0
+pkgrel=1
+pkgdesc='Minimal dumb-terminal emulation program, very much like minicom'
+url='https://github.com/npat-efault/picocom'
+license=('GPL2')
+arch=('x86_64')
+makedepends=('git')
+depends=('glibc')
+source=("git+https://github.com/npat-efault/picocom.git#tag=$pkgver")
+
+build() {
+  cd $pkgname
+  make UUCP_LOCK_DIR=/run/lock/picocom
+}
+
+package() {
+  cd $pkgname
+  install -D -m 755 picocom "$pkgdir/usr/bin/picocom"
+  install -D -m 644 picocom.1 "$pkgdir/usr/share/man/man1/picocom.1"
+  # install tmpfiles for lock files
+  # http://lists.freedesktop.org/archives/systemd-devel/2011-March/001823.html
+  install -D -m 644 /dev/null "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
+  echo "d /run/lock/$pkgname 0770 root uucp" \
+    > "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
+}
+
+# vim:set ts=2 sw=2 et:
+md5sums=('SKIP')



More information about the arch-commits mailing list