Date: Sunday, October 30, 2022 @ 02:12:48
Author: grawlinson
Revision: 1339392
archrelease: copy trunk to community-x86_64
Added:
jo/repos/community-x86_64/PKGBUILD
(from rev 1339391, jo/trunk/PKGBUILD)
Deleted:
jo/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 100 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 50 insertions(+), 50 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-30 02:12:07 UTC (rev 1339391)
+++ PKGBUILD 2022-10-30 02:12:48 UTC (rev 1339392)
@@ -1,50 +0,0 @@
-# Maintainer: George Rawlinson <[email protected]>
-# Contributor: Sebastian LaVine <[email protected]>
-# Contributor: Lance Chen <[email protected]>
-
-pkgname=jo
-pkgver=1.6
-pkgrel=2
-pkgdesc='JSON output from a shell'
-arch=('x86_64')
-url='https://github.com/jpmens/jo'
-license=('GPL2')
-depends=('glibc')
-makedepends=('git' 'pandoc')
-_commit='6962bca178a6778328d1126ff762120305bb4327'
-source=("$pkgname::git+$url.git#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
- cd "$pkgname"
-
- git describe --tags | sed 's/^v//'
-}
-
-build() {
- cd "$pkgname"
-
- autoreconf -vfi
-
- ./configure \
- --prefix=/usr \
- bashcompdir=/usr/share/bash-completion/completions
-
- make all
-}
-
-check() {
- cd "$pkgname"
-
- make -k check
-}
-
-package() {
- cd "$pkgname"
-
- make DESTDIR="$pkgdir" install
-
- # TODO: patch in autotools, or just leave as is ...
- cd "$pkgdir/usr/share/bash-completion/completions"
- mv jo.bash jo
-}
Copied: jo/repos/community-x86_64/PKGBUILD (from rev 1339391, jo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-30 02:12:48 UTC (rev 1339392)
@@ -0,0 +1,50 @@
+# Maintainer: George Rawlinson <[email protected]>
+# Contributor: Sebastian LaVine <[email protected]>
+# Contributor: Lance Chen <[email protected]>
+
+pkgname=jo
+pkgver=1.7
+pkgrel=1
+pkgdesc='JSON output from a shell'
+arch=('x86_64')
+url='https://github.com/jpmens/jo'
+license=('GPL2')
+depends=('glibc')
+makedepends=('git' 'pandoc')
+_commit='0904bbd456833ef35059e12609088eb3a28be3b4'
+source=("$pkgname::git+$url.git#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+ cd "$pkgname"
+
+ git describe --tags | sed 's/^v//'
+}
+
+build() {
+ cd "$pkgname"
+
+ autoreconf -vfi
+
+ ./configure \
+ --prefix=/usr \
+ bashcompdir=/usr/share/bash-completion/completions
+
+ make all
+}
+
+check() {
+ cd "$pkgname"
+
+ make -k check
+}
+
+package() {
+ cd "$pkgname"
+
+ make DESTDIR="$pkgdir" install
+
+ # TODO: patch in autotools, or just leave as is ...
+ cd "$pkgdir/usr/share/bash-completion/completions"
+ mv jo.bash jo
+}