Date: Tuesday, February 28, 2023 @ 21:46:53
  Author: jelle
Revision: 1405725

archrelease: copy trunk to community-x86_64

Added:
  uptimed/repos/community-x86_64/PKGBUILD
    (from rev 1405724, uptimed/trunk/PKGBUILD)
  uptimed/repos/community-x86_64/uptimed.install
    (from rev 1405724, uptimed/trunk/uptimed.install)
Deleted:
  uptimed/repos/community-x86_64/PKGBUILD
  uptimed/repos/community-x86_64/uptimed.install

-----------------+
 PKGBUILD        |   64 +++++++++++++++++++++++++++---------------------------
 uptimed.install |   18 +++++++--------
 2 files changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-28 21:46:44 UTC (rev 1405724)
+++ PKGBUILD    2023-02-28 21:46:53 UTC (rev 1405725)
@@ -1,32 +0,0 @@
-# Maintainer:  Sergej Pupykin <[email protected]>
-# Maintainer:  BartÅ‚omiej Piotrowski <[email protected]>
-# Contributor: Tom Killian <[email protected]>
-# Contributor: Tom Newsom <[email protected]>
-
-pkgname=uptimed
-pkgver=0.4.6
-pkgrel=2
-pkgdesc="A system uptime record daemon"
-arch=(x86_64)
-#url="http://podgorny.cz/uptimed/";
-url="https://github.com/rpodgorny/uptimed";
-license=('GPL')
-depends=()
-makedepends=('systemd')
-backup=(etc/uptimed.conf)
-install=$pkgname.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/rpodgorny/uptimed/archive/v$pkgver.tar.gz";)
-sha512sums=('035caba32182a807312b587b3cb3b6322027b7c8f3e69a3f0b52ea4f44ecfc40505fe58b6a1b56a87a967f1f8b1fbc075414a04b60717577e32972feadb9bc2d')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make install DESTDIR="$pkgdir"
-  mv "$pkgdir"/etc/uptimed.conf-dist "$pkgdir"/etc/uptimed.conf
-}

Copied: uptimed/repos/community-x86_64/PKGBUILD (from rev 1405724, 
uptimed/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-02-28 21:46:53 UTC (rev 1405725)
@@ -0,0 +1,32 @@
+# Maintainer:  Sergej Pupykin <[email protected]>
+# Maintainer:  BartÅ‚omiej Piotrowski <[email protected]>
+# Contributor: Tom Killian <[email protected]>
+# Contributor: Tom Newsom <[email protected]>
+
+pkgname=uptimed
+pkgver=0.4.6
+pkgrel=3
+pkgdesc="A system uptime record daemon"
+arch=(x86_64)
+#url="http://podgorny.cz/uptimed/";
+url="https://github.com/rpodgorny/uptimed";
+license=('GPL')
+depends=()
+makedepends=('systemd')
+backup=(etc/uptimed.conf)
+install=$pkgname.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rpodgorny/uptimed/archive/v$pkgver.tar.gz";)
+sha512sums=('035caba32182a807312b587b3cb3b6322027b7c8f3e69a3f0b52ea4f44ecfc40505fe58b6a1b56a87a967f1f8b1fbc075414a04b60717577e32972feadb9bc2d')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+  mv "$pkgdir"/etc/uptimed.conf-dist "$pkgdir"/etc/uptimed.conf
+}

Deleted: uptimed.install
===================================================================
--- uptimed.install     2023-02-28 21:46:44 UTC (rev 1405724)
+++ uptimed.install     2023-02-28 21:46:53 UTC (rev 1405725)
@@ -1,9 +0,0 @@
-pre_remove() {
-  rm -rf var/spool/uptimed
-}
-
-pre_upgrade() {
-  if [ -d var/log/uptimed ] && [ ! -d var/spool/uptimed ]; then
-    mv var/log/uptimed var/spool/
-  fi
-}

Copied: uptimed/repos/community-x86_64/uptimed.install (from rev 1405724, 
uptimed/trunk/uptimed.install)
===================================================================
--- uptimed.install                             (rev 0)
+++ uptimed.install     2023-02-28 21:46:53 UTC (rev 1405725)
@@ -0,0 +1,9 @@
+pre_remove() {
+  rm -rf var/spool/uptimed
+}
+
+pre_upgrade() {
+  if [ -d var/log/uptimed ] && [ ! -d var/spool/uptimed ]; then
+    mv var/log/uptimed var/spool/
+  fi
+}

Reply via email to