[arch-commits] Commit in asp/trunk (PKGBUILD)

2020-09-07 Thread Christian Hesse via arch-commits
Date: Monday, September 7, 2020 @ 13:34:42
  Author: eworm
Revision: 395544

upgpkg: asp 6-2: rebuild

Modified:
  asp/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-07 13:28:00 UTC (rev 395543)
+++ PKGBUILD2020-09-07 13:34:42 UTC (rev 395544)
@@ -2,7 +2,7 @@
 
 pkgname=asp
 pkgver=6
-pkgrel=1
+pkgrel=2
 pkgdesc="Arch Linux build source file management tool"
 arch=(any)
 url="https://github.com/falconindy/asp";
@@ -9,7 +9,7 @@
 license=(MIT)
 depends=(awk bash jq git libarchive)
 makedepends=(asciidoc)
-source=("git+https://github.com/falconindy/asp?signed#tag=v$pkgver";)
+source=("git+https://github.com/falconindy/asp.git#tag=v$pkgver?signed";)
 validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53')  # Dave Reisner
 md5sums=('SKIP')
 


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

2020-07-22 Thread Dave Reisner via arch-commits
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
===
--- PKGBUILD2020-07-22 14:18:58 UTC (rev 392355)
+++ PKGBUILD2020-07-22 15:25:33 UTC (rev 392356)
@@ -1,8 +1,8 @@
 # Maintainer: Dave Reisner 
 
 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.patch2020-07-22 14:18:58 UTC (rev 392355)
+++ use-github-git.patch2020-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


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

2020-07-22 Thread Jelle van der Waa via arch-commits
Date: Wednesday, July 22, 2020 @ 09:31:06
  Author: jelle
Revision: 392352

upgpkg: asp 5-3

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

--+
 PKGBUILD |   11 ---
 use-github-git.patch |   33 +
 2 files changed, 41 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-22 06:48:17 UTC (rev 392351)
+++ PKGBUILD2020-07-22 09:31:06 UTC (rev 392352)
@@ -2,7 +2,7 @@
 
 pkgname=asp
 pkgver=5
-pkgrel=2
+pkgrel=3
 pkgdesc="Arch Linux build source file management tool"
 arch=(any)
 url="https://github.com/falconindy/asp";
@@ -9,10 +9,15 @@
 license=(MIT)
 depends=(awk bash jq git libarchive)
 makedepends=(asciidoc)
-source=("git+https://github.com/falconindy/asp?signed#tag=v$pkgver";)
+source=("git+https://github.com/falconindy/asp?signed#tag=v$pkgver"; 
"use-github-git.patch")
 validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53')  # Dave Reisner
-md5sums=('SKIP')
+md5sums=('SKIP'
+ '106dfaab78c23fdf863ece9516cb0453')
 
+prepare() {
+  patch -Np0 -i ${srcdir}/use-github-git.patch
+}
+
 build() {
   make -C asp
 }

Added: use-github-git.patch
===
--- use-github-git.patch(rev 0)
+++ use-github-git.patch2020-07-22 09:31:06 UTC (rev 392352)
@@ -0,0 +1,33 @@
+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


[arch-commits] Commit in asp/trunk (PKGBUILD)

2020-05-09 Thread Jelle van der Waa via arch-commits
Date: Saturday, May 9, 2020 @ 15:15:39
  Author: jelle
Revision: 382958

upgpkg: asp 5-2

Rebuild for new buildinfo format

Modified:
  asp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-09 15:13:20 UTC (rev 382957)
+++ PKGBUILD2020-05-09 15:15:39 UTC (rev 382958)
@@ -2,7 +2,7 @@
 
 pkgname=asp
 pkgver=5
-pkgrel=1
+pkgrel=2
 pkgdesc="Arch Linux build source file management tool"
 arch=(any)
 url="https://github.com/falconindy/asp";


[arch-commits] Commit in asp/trunk (PKGBUILD)

2019-03-31 Thread Dave Reisner via arch-commits
Date: Sunday, March 31, 2019 @ 13:44:11
  Author: dreisner
Revision: 349497

upgpkg: asp 5-1

Modified:
  asp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-31 12:26:55 UTC (rev 349496)
+++ PKGBUILD2019-03-31 13:44:11 UTC (rev 349497)
@@ -1,7 +1,7 @@
 # Maintainer: Dave Reisner 
 
 pkgname=asp
-pkgver=4
+pkgver=5
 pkgrel=1
 pkgdesc="Arch Linux build source file management tool"
 arch=(any)


[arch-commits] Commit in asp/trunk (PKGBUILD)

2018-09-13 Thread Dave Reisner via arch-commits
Date: Friday, September 14, 2018 @ 00:43:18
  Author: dreisner
Revision: 334520

upgpkg: asp 4-1

- add validpgpkeys to metadata

Modified:
  asp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-13 23:10:59 UTC (rev 334519)
+++ PKGBUILD2018-09-14 00:43:18 UTC (rev 334520)
@@ -1,7 +1,7 @@
 # Maintainer: Dave Reisner 
 
 pkgname=asp
-pkgver=3
+pkgver=4
 pkgrel=1
 pkgdesc="Arch Linux build source file management tool"
 arch=(any)
@@ -10,7 +10,8 @@
 depends=(awk bash jq git libarchive)
 makedepends=(asciidoc)
 source=("git+https://github.com/falconindy/asp?signed#tag=v$pkgver";)
-sha256sums=('SKIP')
+validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53')  # Dave Reisner
+md5sums=('SKIP')
 
 build() {
   make -C asp


[arch-commits] Commit in asp/trunk (PKGBUILD)

2018-09-08 Thread Dave Reisner via arch-commits
Date: Saturday, September 8, 2018 @ 13:36:38
  Author: dreisner
Revision: 334130

upgpkg: asp 3-1

Modified:
  asp/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-08 12:16:44 UTC (rev 334129)
+++ PKGBUILD2018-09-08 13:36:38 UTC (rev 334130)
@@ -2,7 +2,7 @@
 # Maintainer: Dave Reisner 
 
 pkgname=asp
-pkgver=2
+pkgver=3
 pkgrel=1
 pkgdesc="Arch Linux build source file management tool"
 arch=(any)
@@ -10,16 +10,16 @@
 license=(MIT)
 depends=(awk bash jq git libarchive)
 makedepends=(asciidoc)
-source=($pkgname-$pkgver.tar.gz::https://github.com/falconindy/asp/archive/v$pkgver.tar.gz)
-sha256sums=('e136e4c16850a97a510fb98a169f4a401adad7fc0575af2202e926327265dd4b')
+source=("git+https://github.com/falconindy/asp?signed#tag=v$pkgver";)
+sha256sums=('SKIP')
 
 build() {
-  make -C asp-$pkgver
+  make -C asp
 }
 
 package() {
-  make -C asp-$pkgver PREFIX=/usr DESTDIR="$pkgdir" install
-  install -Dm644 asp-$pkgver/LICENSE "$pkgdir/usr/share/licenses/asp/LICENSE"
+  make -C asp PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 asp/LICENSE "$pkgdir/usr/share/licenses/asp/LICENSE"
 }
 
 # vim: ft=sh syn=sh et


[arch-commits] Commit in asp/trunk (PKGBUILD)

2017-08-20 Thread Dave Reisner
Date: Sunday, August 20, 2017 @ 23:54:14
  Author: dreisner
Revision: 302947

upgpkg: asp 2-1

Modified:
  asp/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-20 20:22:46 UTC (rev 302946)
+++ PKGBUILD2017-08-20 23:54:14 UTC (rev 302947)
@@ -2,7 +2,7 @@
 # Maintainer: Dave Reisner 
 
 pkgname=asp
-pkgver=1
+pkgver=2
 pkgrel=1
 pkgdesc="Arch Linux build source file management tool"
 arch=(any)
@@ -11,7 +11,7 @@
 depends=(awk bash jq git libarchive)
 makedepends=(asciidoc)
 
source=($pkgname-$pkgver.tar.gz::https://github.com/falconindy/asp/archive/v$pkgver.tar.gz)
-sha256sums=('df92416a2a991f0c89a7c152de99a41608a4810d45b8dc58613695e17a971fc3')
+sha256sums=('e136e4c16850a97a510fb98a169f4a401adad7fc0575af2202e926327265dd4b')
 
 build() {
   make -C asp-$pkgver


[arch-commits] Commit in asp/trunk (PKGBUILD)

2017-06-18 Thread Bartłomiej Piotrowski
Date: Sunday, June 18, 2017 @ 22:03:44
  Author: bpiotrowski
Revision: 298961

Add libarchive to depends for the sake of correctness (FS#54507)

Modified:
  asp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-18 19:30:55 UTC (rev 298960)
+++ PKGBUILD2017-06-18 22:03:44 UTC (rev 298961)
@@ -8,7 +8,7 @@
 arch=(any)
 url="https://github.com/falconindy/asp";
 license=(MIT)
-depends=(awk bash jq git)
+depends=(awk bash jq git libarchive)
 makedepends=(asciidoc)
 
source=($pkgname-$pkgver.tar.gz::https://github.com/falconindy/asp/archive/v$pkgver.tar.gz)
 sha256sums=('df92416a2a991f0c89a7c152de99a41608a4810d45b8dc58613695e17a971fc3')


[arch-commits] Commit in asp/trunk (PKGBUILD)

2017-04-24 Thread Bartłomiej Piotrowski
Date: Monday, April 24, 2017 @ 11:37:05
  Author: bpiotrowski
Revision: 294282

Add propset

Modified:
  asp/trunk/PKGBUILD(properties)

Index: asp/trunk/PKGBUILD
===
--- asp/trunk/PKGBUILD  2017-04-24 11:36:31 UTC (rev 294281)
+++ asp/trunk/PKGBUILD  2017-04-24 11:37:05 UTC (rev 294282)

Property changes on: asp/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property