Date: Tuesday, March 21, 2023 @ 21:34:37
  Author: maximbaz
Revision: 1425056

archrelease: copy trunk to community-any

Added:
  rebuild-detector/repos/community-any/PKGBUILD
    (from rev 1425055, rebuild-detector/trunk/PKGBUILD)
  rebuild-detector/repos/community-any/keys/
Deleted:
  rebuild-detector/repos/community-any/PKGBUILD
  rebuild-detector/repos/community-any/keys/

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-21 21:34:34 UTC (rev 1425055)
+++ PKGBUILD    2023-03-21 21:34:37 UTC (rev 1425056)
@@ -1,28 +0,0 @@
-# Maintainer: Maxim Baz <archlinux at maximbaz dot com>
-
-pkgname=rebuild-detector
-pkgver=4.4.1
-pkgrel=3
-pkgdesc='Detects which packages need to be rebuilt'
-arch=('any')
-url="https://github.com/maximbaz/${pkgname}";
-license=('ISC')
-depends=('binutils' 'parallel' 'pacutils' 'pacman-contrib')
-makedepends=('marked-man')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/maximbaz/${pkgname}/archive/refs/tags/${pkgver}.tar.gz";
-        
"${pkgname}-${pkgver}.tar.gz.sig::https://github.com/maximbaz/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig";)
-sha256sums=('1b728629755dd2d45fd63aba1ae7c6e98e5ba0f5e8e36e0f7bbf9cfe2b20156b'
-            'SKIP')
-validpgpkeys=('56C3E775E72B0C8B1C0C1BD0B5DB77409B11B601')
-
-build() {
-    cd "${pkgname}-${pkgver}"
-    make docs
-}
-
-package() {
-    cd "${pkgname}-${pkgver}"
-    make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=4 sw=4 et:

Copied: rebuild-detector/repos/community-any/PKGBUILD (from rev 1425055, 
rebuild-detector/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-21 21:34:37 UTC (rev 1425056)
@@ -0,0 +1,28 @@
+# Maintainer: Maxim Baz <archlinux at maximbaz dot com>
+
+pkgname=rebuild-detector
+pkgver=4.4.2
+pkgrel=1
+pkgdesc='Detects which packages need to be rebuilt'
+arch=('any')
+url="https://github.com/maximbaz/${pkgname}";
+license=('ISC')
+depends=('binutils' 'parallel' 'pacutils' 'pacman-contrib')
+makedepends=('marked-man')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/maximbaz/${pkgname}/archive/refs/tags/${pkgver}.tar.gz";
+        
"${pkgname}-${pkgver}.tar.gz.sig::https://github.com/maximbaz/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig";)
+b2sums=('2cc13d6f20d027cfccd272853fb532441e981ea82185a107b10a625352a6dee645d8dafb35a151ab17292a455b98a0a8ba6c6f5bf9a70775dc41f1ea2b38f3ed'
+        'SKIP')
+validpgpkeys=('56C3E775E72B0C8B1C0C1BD0B5DB77409B11B601')
+
+build() {
+    cd "${pkgname}-${pkgver}"
+    make docs
+}
+
+package() {
+    cd "${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=4 sw=4 et:

Reply via email to