[arch-commits] Commit in asp/trunk (PKGBUILD use-github-git.patch)

Dave Reisner dreisner at archlinux.org
Wed Jul 22 15:25:33 UTC 2020


    Date: Wednesday, July 22, 2020 @ 15:25:33
  Author: dreisner
Revision: 392356

upgpkg: asp 6-1

Modified:
  asp/trunk/PKGBUILD
Deleted:
  asp/trunk/use-github-git.patch

----------------------+
 PKGBUILD             |   13 ++++---------
 use-github-git.patch |   33 ---------------------------------
 2 files changed, 4 insertions(+), 42 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-22 14:18:58 UTC (rev 392355)
+++ PKGBUILD	2020-07-22 15:25:33 UTC (rev 392356)
@@ -1,8 +1,8 @@
 # Maintainer: Dave Reisner <d at falconindy.com>
 
 pkgname=asp
-pkgver=5
-pkgrel=3
+pkgver=6
+pkgrel=1
 pkgdesc="Arch Linux build source file management tool"
 arch=(any)
 url="https://github.com/falconindy/asp"
@@ -9,15 +9,10 @@
 license=(MIT)
 depends=(awk bash jq git libarchive)
 makedepends=(asciidoc)
-source=("git+https://github.com/falconindy/asp?signed#tag=v$pkgver" "use-github-git.patch")
+source=("git+https://github.com/falconindy/asp?signed#tag=v$pkgver")
 validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53')  # Dave Reisner
-md5sums=('SKIP'
-         '106dfaab78c23fdf863ece9516cb0453')
+md5sums=('SKIP')
 
-prepare() {
-  patch -Np0 -i ${srcdir}/use-github-git.patch
-}
-
 build() {
   make -C asp
 }

Deleted: use-github-git.patch
===================================================================
--- use-github-git.patch	2020-07-22 14:18:58 UTC (rev 392355)
+++ use-github-git.patch	2020-07-22 15:25:33 UTC (rev 392356)
@@ -1,33 +0,0 @@
-diff -aur asp.old/asp.in asp/asp.in
---- asp.old/asp.in	2020-07-22 00:44:08.805544581 +0200
-+++ asp/asp.in	2020-07-22 00:45:13.875934993 +0200
-@@ -132,7 +132,7 @@
-   if [[ ! -f $ASPROOT/.asp ]]; then
-     git init -q "$ASPROOT" || return 1
-     for remote in "${ARCH_GIT_REPOS[@]}"; do
--      git remote add "$remote" "https://git.archlinux.org/svntogit/$remote.git" || return 1
-+      git remote add "$remote" "https:///github.com/archlinux/svntogit-$remote.git" || return 1
-     done
- 
-     touch "$ASPROOT/.asp" || return 1
-@@ -300,7 +300,7 @@
-   esac
- 
-   for remote in "${ARCH_GIT_REPOS[@]}"; do
--    git remote set-url "$remote" "$1://git.archlinux.org/svntogit/$remote.git"
-+    git remote set-url "$remote" "$1:///github.com/archlinux/svntogit-$remote.git"
-   done
- }
- 
-diff -aur asp.old/man/asp.1.txt asp/man/asp.1.txt
---- asp.old/man/asp.1.txt	2020-07-22 00:44:08.805544581 +0200
-+++ asp/man/asp.1.txt	2020-07-22 00:46:13.996296652 +0200
-@@ -16,7 +16,7 @@
- -----------
- Manage the version-controlled sources for the build scripts used to create Arch
- Linux packages. This program provides a thin wrapper over the svntogit
--repositories hosted at https://git.archlinux.org. It aims to provide a
-+repositories hosted at https://github.com/archlinux. It aims to provide a
- replacement for abs which favors a sparse checkout.
- 
- Commands



More information about the arch-commits mailing list