Date: Friday, January 28, 2022 @ 10:46:22
  Author: jelle
Revision: 435269

Enable debug package support

Modified:
  arch-rebuild-order/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-01-28 10:07:47 UTC (rev 435268)
+++ PKGBUILD    2022-01-28 10:46:22 UTC (rev 435269)
@@ -2,7 +2,7 @@
 
 pkgname=arch-rebuild-order
 pkgver=0.3
-pkgrel=1
+pkgrel=2
 pkgdesc='CLI tool to determine the rebuild order of provided package(s)'
 url='https://gitlab.archlinux.org/archlinux/arch-rebuild-order'
 arch=('x86_64')
@@ -10,6 +10,7 @@
 depends=('glibc' 'libalpm.so')
 makedepends=('cargo' 'mandown' 'git')
 groups=('archlinux-tools')
+options=('debug')
 
source=(git+https://gitlab.archlinux.org/archlinux/arch-rebuild-order.git#tag=v$pkgver?signed)
 sha512sums=('SKIP')
 validpgpkeys=("E499C79F53C96A54E572FEE1C06086337C50773E")

Reply via email to