[arch-commits] Commit in picocom/trunk (PKGBUILD)

Sébastien Luttringer seblu at gemini.archlinux.org
Fri Jul 30 08:51:34 UTC 2021


    Date: Friday, July 30, 2021 @ 08:51:33
  Author: seblu
Revision: 990956

upgpkg: picocom 3.1-3

Modified:
  picocom/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-30 07:39:49 UTC (rev 990955)
+++ PKGBUILD	2021-07-30 08:51:33 UTC (rev 990956)
@@ -3,7 +3,7 @@
 
 pkgname=picocom
 pkgver=3.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Minimal dumb-terminal emulation program, very much like minicom'
 url='https://github.com/npat-efault/picocom'
 license=('GPL2')
@@ -14,7 +14,7 @@
 
 build() {
   cd $pkgname
-  make UUCP_LOCK_DIR=/run/lock/picocom
+  make
 }
 
 package() {
@@ -21,11 +21,6 @@
   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:



More information about the arch-commits mailing list