aurutils: update patch
This commit is contained in:
parent
3a5a4f8330
commit
aba33ead1b
3 changed files with 21 additions and 7 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,9 +1,9 @@
|
||||||
# Generated by mksrcinfo v8
|
# Generated by mksrcinfo v8
|
||||||
# Sat Jan 27 02:28:49 UTC 2018
|
# Sat Jan 27 12:27:40 UTC 2018
|
||||||
pkgbase = aurutils
|
pkgbase = aurutils
|
||||||
pkgdesc = helper tools for the arch user repository
|
pkgdesc = helper tools for the arch user repository
|
||||||
pkgver = 1.5.3
|
pkgver = 1.5.3
|
||||||
pkgrel = 6
|
pkgrel = 7
|
||||||
url = https://github.com/AladW/aurutils
|
url = https://github.com/AladW/aurutils
|
||||||
arch = any
|
arch = any
|
||||||
license = custom:ISC
|
license = custom:ISC
|
||||||
|
@ -27,7 +27,7 @@ pkgbase = aurutils
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = 5001ece7fc2a4ec7e1860a0162e042f19adab13bad5c1070436306f2fe2f2b86
|
sha256sums = 5001ece7fc2a4ec7e1860a0162e042f19adab13bad5c1070436306f2fe2f2b86
|
||||||
sha256sums = f0a2d95b4fb51e4a392e0515ef6e10e0478a609caf7257aa8a896fadf027bfbb
|
sha256sums = f0a2d95b4fb51e4a392e0515ef6e10e0478a609caf7257aa8a896fadf027bfbb
|
||||||
sha256sums = 4019c459d9c5e9592af3f290920f3f5e039bedfa29ddd3f130639db18b2c9f45
|
sha256sums = ada79e7e8c637704081a00a8a7253744eb8776ffe16042a1e197b9e67f335317
|
||||||
|
|
||||||
pkgname = aurutils
|
pkgname = aurutils
|
||||||
|
|
||||||
|
|
|
@ -1,13 +1,27 @@
|
||||||
From 5a6ca442b7499d15d95005f77db591d01facd6ad Mon Sep 17 00:00:00 2001
|
From 3ed30e94e974988acd36c77dd73820366a311ff0 Mon Sep 17 00:00:00 2001
|
||||||
From: Alad Wenter <alad@mailbox.org>
|
From: Alad Wenter <alad@mailbox.org>
|
||||||
Date: Sat, 27 Jan 2018 03:21:37 +0100
|
Date: Sat, 27 Jan 2018 03:21:37 +0100
|
||||||
Subject: [PATCH] aursync: make -L optional (#281)
|
Subject: [PATCH] aursync: make -L optional (#281)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
bin/aurbuild | 2 +-
|
||||||
bin/aursync | 7 ++++---
|
bin/aursync | 7 ++++---
|
||||||
man1/aursync.1 | 7 ++++++-
|
man1/aursync.1 | 7 ++++++-
|
||||||
2 files changed, 10 insertions(+), 4 deletions(-)
|
3 files changed, 11 insertions(+), 5 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/bin/aurbuild b/bin/aurbuild
|
||||||
|
index 05df8b0..babd81d 100755
|
||||||
|
--- a/bin/aurbuild
|
||||||
|
+++ b/bin/aurbuild
|
||||||
|
@@ -5,7 +5,7 @@ readonly PS4='+(${BASH_SOURCE}:${LINENO}): ${FUNCNAME[0]:+${FUNCNAME[0]}(): }'
|
||||||
|
set -e
|
||||||
|
|
||||||
|
declare -a gpg_args=(--detach-sign --no-armor --verbose --batch)
|
||||||
|
-declare -a makechrootpkg_args=(-cnu) makepkg_args=(-Lcrs)
|
||||||
|
+declare -a makechrootpkg_args=(-cnu) makepkg_args=(-crs)
|
||||||
|
declare -i chroot=0 sign_pkg=0
|
||||||
|
|
||||||
|
conf_chroot() {
|
||||||
diff --git a/bin/aursync b/bin/aursync
|
diff --git a/bin/aursync b/bin/aursync
|
||||||
index fdf485d..1a96c0d 100755
|
index fdf485d..1a96c0d 100755
|
||||||
--- a/bin/aursync
|
--- a/bin/aursync
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: Alad Wenter <alad@mailbox.org>
|
# Maintainer: Alad Wenter <alad@mailbox.org>
|
||||||
pkgname=aurutils
|
pkgname=aurutils
|
||||||
pkgver=1.5.3
|
pkgver=1.5.3
|
||||||
pkgrel=6
|
pkgrel=7
|
||||||
pkgdesc='helper tools for the arch user repository'
|
pkgdesc='helper tools for the arch user repository'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url='https://github.com/AladW/aurutils'
|
url='https://github.com/AladW/aurutils'
|
||||||
|
@ -24,7 +24,7 @@ sha256sums=('a09088a460e352179dbf799d915e866af47aa280474a9c943f8e6885490734c5'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'5001ece7fc2a4ec7e1860a0162e042f19adab13bad5c1070436306f2fe2f2b86'
|
'5001ece7fc2a4ec7e1860a0162e042f19adab13bad5c1070436306f2fe2f2b86'
|
||||||
'f0a2d95b4fb51e4a392e0515ef6e10e0478a609caf7257aa8a896fadf027bfbb'
|
'f0a2d95b4fb51e4a392e0515ef6e10e0478a609caf7257aa8a896fadf027bfbb'
|
||||||
'4019c459d9c5e9592af3f290920f3f5e039bedfa29ddd3f130639db18b2c9f45')
|
'ada79e7e8c637704081a00a8a7253744eb8776ffe16042a1e197b9e67f335317')
|
||||||
# Alad Wenter <alad@mailbox.org>
|
# Alad Wenter <alad@mailbox.org>
|
||||||
validpgpkeys=('DBE7D3DD8C81D58D0A13D0E76BC26A17B9B7018A')
|
validpgpkeys=('DBE7D3DD8C81D58D0A13D0E76BC26A17B9B7018A')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue