summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMubashshir2023-07-10 01:54:37 +0600
committerMubashshir2023-07-10 01:54:37 +0600
commit7f3f8c030d255c858149745b15c751d7b51f293d (patch)
tree9d4902a579dc2a46a6256d239f5ec106980a45a0
parent9f96538e393c597ba185476ebf4fce8187ac854b (diff)
downloadaur-stow-dotfiles.tar.gz
Disable pgp checking
Signed-off-by: Mubashshir <ahmubashshir@gmail.com>
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 3 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74f3e72153b0..189e368f2d36 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = stow-dotfiles
pkgdesc = Manage installation of multiple softwares in the same directory tree (with AitorATuin's patches for --dotfiles)
pkgver = 2.3.1
- pkgrel = 1
+ pkgrel = 2
url = https://www.gnu.org/software/stow/
arch = any
license = GPL3
@@ -11,11 +11,8 @@ pkgbase = stow-dotfiles
provides = stow
conflicts = stow
source = https://ftp.gnu.org/gnu/stow/stow-2.3.1.tar.gz
- source = https://ftp.gnu.org/gnu/stow/stow-2.3.1.tar.gz.sig
source = dotfiles.diff::https://patch-diff.githubusercontent.com/raw/aspiers/stow/pull/70.diff
- validpgpkeys = 942B9075ACCA04E9037C73FED31B5563DAC1D4FA
sha256sums = 09d5d99671b78537fd9b2c0b39a5e9761a7a0e979f6fdb7eabfa58ee45f03d4b
- sha256sums = SKIP
sha256sums = effe1387783e6f0046ad02ffb1647a083d49a887bea5e09173ea45dd5a11548f
pkgname = stow-dotfiles
diff --git a/PKGBUILD b/PKGBUILD
index 25bf2dae7410..e3c27e9a5ad0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=stow-dotfiles
pkgver=2.3.1
-pkgrel=1
+pkgrel=2
pkgdesc="Manage installation of multiple softwares in the same directory tree (with AitorATuin's patches for --dotfiles)"
url='https://www.gnu.org/software/stow/'
arch=('any')
@@ -16,11 +16,9 @@ depends=('perl')
provides=('stow')
conflicts=('stow')
checkdepends=('perl-test-output' 'perl-io-stringy')
-validpgpkeys=('942B9075ACCA04E9037C73FED31B5563DAC1D4FA') # Adam Spiers
-source=("https://ftp.gnu.org/gnu/${pkgname%-*}/${pkgname%-*}-$pkgver.tar.gz"{,.sig}
+source=("https://ftp.gnu.org/gnu/${pkgname%-*}/${pkgname%-*}-$pkgver.tar.gz"
"dotfiles.diff::https://patch-diff.githubusercontent.com/raw/aspiers/stow/pull/70.diff")
sha256sums=('09d5d99671b78537fd9b2c0b39a5e9761a7a0e979f6fdb7eabfa58ee45f03d4b'
- 'SKIP'
'effe1387783e6f0046ad02ffb1647a083d49a887bea5e09173ea45dd5a11548f')
prepare() {