Package Details: devtools-git 1:1.0.3.r4.g5f4fd52-1

Git Clone URL: https://aur.archlinux.org/devtools-git.git (read-only, click to copy)
Package Base: devtools-git
Description: Tools for Arch Linux package maintainers
Upstream URL: https://github.com/archlinux/devtools
Licenses: GPL
Conflicts: devtools
Provides: devtools
Submitter: bidulock
Maintainer: bidulock (anthraxx)
Last Packager: bidulock
Votes: 4
Popularity: 0.000002
First Submitted: 2017-10-04 00:44 (UTC)
Last Updated: 2023-08-11 22:09 (UTC)

Required by (26)

Sources (1)

Latest Comments

1 2 Next › Last »

gromit commented on 2024-03-09 02:06 (UTC)

This needs to depend on asciidoctor instead of asciidoc

a821 commented on 2023-09-22 09:03 (UTC)

Could you update the PKGBUILD so it follows the official one?

Dependencies are out of sync (eg, jq, breezy instead of bzr, etc). The make command is also wrong as it needs the EPOCH variable.

MarsSeed commented on 2023-08-11 19:15 (UTC)

Please kindly add epoch=1 to the PKGBUILD, due to upstream decreasing the numerical value of the version tag (from 20230307 at the highest, to the current 1.0.*).

bidulock commented on 2021-12-15 21:35 (UTC)

@alex19EP no reason really

alex19EP commented on 2021-12-15 12:37 (UTC)

hello @bidulock why you removed pgp keys?

alex19EP commented on 2021-11-07 14:02 (UTC) (edited on 2021-11-07 14:14 (UTC) by alex19EP)

key C7E7849466FE2358343588377258734B41C31549 need to be added to validpgpkeys

patch: https://gist.github.com/84cc99472ffb5d06be7cb0b9fe47f3cc

lightspot21 commented on 2021-10-23 13:54 (UTC)

GPG signature seems to be broken:

==> Making package: devtools-git 20210202-1 (Sat 23 Oct 2021 04:53:36 pm)
==> Retrieving sources...
  -> Updating devtools-git git repo...
Fetching origin
==> Validating source files with sha512sums...
    devtools-git ... Skipped
==> Verifying source file signatures with gpg...
    devtools-git git repo ... FAILED (invalid public key E499C79F53C96A54E572FEE1C06086337C50773E)
==> ERROR: One or more PGP signatures could not be verified!
error: failed to download sources for 'devtools-git-20210202-1':
error: packages failed to build: devtools-git-20210202-1

bidulock commented on 2021-09-21 04:17 (UTC)

Source fixed: thanks for the patch.

rg209834 commented on 2021-07-14 17:01 (UTC)

Upstream https://git.archlinux.org/devtools.git/ doesn't exist any more; seems to be homed here now: https://github.com/archlinux/devtools.

Following diff seems to work:

diff --git a/PKGBUILD b/PKGBUILD
index 7a561fd..3af8693 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ makedepends=('asciidoc' 'git')
 optdepends=('btrfs-progs: btrfs support')
 provides=('devtools')
 conflicts=('devtools')
-source=("git+https://git.archlinux.org/devtools.git?signed")
+source=("git+https://github.com/archlinux/devtools.git?signed")
 validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53'
               '4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC'
               '86CFFCA918CF3AF47147588051E8B148A9999C34'