Date: Monday, April 4, 2022 @ 14:25:11
  Author: eworm
Revision: 1181293

archrelease: copy trunk to community-x86_64

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

------------------+
 PKGBUILD         |   62 ++++++++++++++++++++++++++---------------------------
 pacredir.install |   34 ++++++++++++++---------------
 2 files changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-04-04 14:25:09 UTC (rev 1181292)
+++ PKGBUILD    2022-04-04 14:25:11 UTC (rev 1181293)
@@ -1,31 +0,0 @@
-# Maintainer: Christian Hesse <[email protected]>
-
-pkgname=pacredir
-pkgver=0.4.4
-pkgrel=1
-pkgdesc='redirect pacman requests, assisted by avahi service discovery'
-arch=('x86_64')
-url='https://github.com/eworm-de/pacredir'
-depends=('systemd-libs' 'avahi' 'curl' 'iniparser' 'darkhttpd' 'libmicrohttpd')
-makedepends=('systemd' 'markdown')
-conflicts=('pacserve')
-license=('GPL')
-install=pacredir.install
-backup=('etc/pacredir.conf' 'etc/pacman.d/pacredir')
-validpgpkeys=('BD84DE71F493DF6814B0167254EDC91609BC9183') # Christian Hesse 
<[email protected]>
-source=("https://www.eworm.de/download/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('fdc2f7ce727a75ac20a7289afdecee0ba32b6887c5152528679d49a32b272b86'
-            'SKIP')
-
-build() {
-       cd ${pkgname}-${pkgver}/
-
-       make
-}
-
-package() {
-       cd ${pkgname}-${pkgver}/
-
-       make DESTDIR="${pkgdir}" install
-}
-

Copied: pacredir/repos/community-x86_64/PKGBUILD (from rev 1181292, 
pacredir/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-04-04 14:25:11 UTC (rev 1181293)
@@ -0,0 +1,31 @@
+# Maintainer: Christian Hesse <[email protected]>
+
+pkgname=pacredir
+pkgver=0.4.5
+pkgrel=1
+pkgdesc='redirect pacman requests, assisted by avahi service discovery'
+arch=('x86_64')
+url='https://github.com/eworm-de/pacredir'
+depends=('systemd-libs' 'avahi' 'curl' 'iniparser' 'darkhttpd' 'libmicrohttpd')
+makedepends=('systemd' 'discount')
+conflicts=('pacserve')
+license=('GPL')
+install=pacredir.install
+backup=('etc/pacredir.conf' 'etc/pacman.d/pacredir')
+validpgpkeys=('BD84DE71F493DF6814B0167254EDC91609BC9183') # Christian Hesse 
<[email protected]>
+source=("https://www.eworm.de/download/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('a0d22d6939e9050509a4085f01b60166d215eb75f6ae162a587eeed069306704'
+            'SKIP')
+
+build() {
+       cd ${pkgname}-${pkgver}/
+
+       make
+}
+
+package() {
+       cd ${pkgname}-${pkgver}/
+
+       make DESTDIR="${pkgdir}" install
+}
+

Deleted: pacredir.install
===================================================================
--- pacredir.install    2022-04-04 14:25:09 UTC (rev 1181292)
+++ pacredir.install    2022-04-04 14:25:11 UTC (rev 1181293)
@@ -1,17 +0,0 @@
-#!/bin/sh
-
-post_install() {
-       echo " > For instructions visit: 
https://github.com/eworm-de/pacredir#usage";
-}
-
-post_upgrade() {
-       # return if old package version greater 0.4.4-0...
-       (( $(vercmp $2 '0.4.4-0') > 0 )) && return
-
-       # upgrade from pre-0.4 version, avahi service names changed
-       echo ' > With its latest release `pacman` now supports a server error 
limit,'
-       echo ' > which breaks `pacredir`. Rebuild `pacman` with that feature 
disabled'
-       echo ' > or install from this repository:'
-       echo ' >   [pacredir]'
-       echo ' >   Server = https://pkgbuild.com/~eworm/$repo/$arch/'
-}

Copied: pacredir/repos/community-x86_64/pacredir.install (from rev 1181292, 
pacredir/trunk/pacredir.install)
===================================================================
--- pacredir.install                            (rev 0)
+++ pacredir.install    2022-04-04 14:25:11 UTC (rev 1181293)
@@ -0,0 +1,17 @@
+#!/bin/sh
+
+post_install() {
+       echo " > For instructions visit: 
https://github.com/eworm-de/pacredir#usage";
+}
+
+post_upgrade() {
+       # return if old package version greater 0.4.4-0...
+       (( $(vercmp $2 '0.4.4-0') > 0 )) && return
+
+       # upgrade from pre-0.4 version, avahi service names changed
+       echo ' > With its latest release `pacman` now supports a server error 
limit,'
+       echo ' > which breaks `pacredir`. Rebuild `pacman` with that feature 
disabled'
+       echo ' > or install from this repository:'
+       echo ' >   [pacredir]'
+       echo ' >   Server = https://pkgbuild.com/~eworm/$repo/$arch/'
+}

Reply via email to