Date: Friday, December 2, 2022 @ 01:22:03
  Author: grawlinson
Revision: 1356119

archrelease: copy trunk to community-x86_64

Added:
  cargo-pgx/repos/community-x86_64/PKGBUILD
    (from rev 1356118, cargo-pgx/trunk/PKGBUILD)
Deleted:
  cargo-pgx/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  100 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-02 01:21:19 UTC (rev 1356118)
+++ PKGBUILD    2022-12-02 01:22:03 UTC (rev 1356119)
@@ -1,50 +0,0 @@
-# Maintainer: George Rawlinson <[email protected]>
-
-pkgname=cargo-pgx
-pkgver=0.5.6
-pkgrel=2
-pkgdesc='Build PostgreSQL extensions with Rust'
-arch=('x86_64')
-url='https://github.com/tcdi/pgx'
-license=('MIT')
-depends=('gcc-libs' 'openssl' 'clang' 'llvm' 'bzip2')
-optdepends=(
-  'postgresql: to compile with system postgresql'
-)
-makedepends=('git' 'rust')
-options=('!lto')
-_commit='8c10bf162fc87c74e21f15b4487e9142d3d4514a'
-source=("$pkgname::git+$url.git#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd "$pkgname"
-
-  # download dependencies
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd "$pkgname"
-
-  cargo build --release --frozen --package cargo-pgx
-}
-
-package() {
-  cd "$pkgname"
-
-  # binary
-  install -vDm755 -t "$pkgdir/usr/bin" "target/release/$pkgname"
-
-  # documentation
-  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-
-  # license
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-}

Copied: cargo-pgx/repos/community-x86_64/PKGBUILD (from rev 1356118, 
cargo-pgx/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-12-02 01:22:03 UTC (rev 1356119)
@@ -0,0 +1,50 @@
+# Maintainer: George Rawlinson <[email protected]>
+
+pkgname=cargo-pgx
+pkgver=0.6.0
+pkgrel=1
+pkgdesc='Build PostgreSQL extensions with Rust'
+arch=('x86_64')
+url='https://github.com/tcdi/pgx'
+license=('MIT')
+depends=('gcc-libs' 'openssl' 'clang' 'llvm' 'bzip2')
+optdepends=(
+  'postgresql: to compile with system postgresql'
+)
+makedepends=('git' 'rust')
+options=('!lto')
+_commit='e460d80d6aa8871d1b3d2c93d77595cbe09d487b'
+source=("$pkgname::git+$url.git#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd "$pkgname"
+
+  # download dependencies
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd "$pkgname"
+
+  cargo build --release --frozen --package cargo-pgx
+}
+
+package() {
+  cd "$pkgname"
+
+  # binary
+  install -vDm755 -t "$pkgdir/usr/bin" "target/release/$pkgname"
+
+  # documentation
+  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+}

Reply via email to