Date: Saturday, May 13, 2023 @ 21:16:58
  Author: maximbaz
Revision: 1460282

archrelease: copy trunk to community-x86_64

Added:
  curlie/repos/community-x86_64/PKGBUILD
    (from rev 1460279, curlie/trunk/PKGBUILD)
Deleted:
  curlie/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-13 21:16:57 UTC (rev 1460281)
+++ PKGBUILD    2023-05-13 21:16:58 UTC (rev 1460282)
@@ -1,33 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Jianfeng Zhang <[email protected]>
-
-pkgname=curlie
-pkgver=1.6.9
-pkgrel=2
-pkgdesc='The power of curl, the ease of use of httpie.'
-arch=('x86_64')
-url="https://curlie.io";
-license=('MIT')
-depends=('glibc' 'curl')
-makedepends=('go')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/rs/${pkgname}/archive/v${pkgver}.tar.gz";)
-sha256sums=('95b7061861aa8d608f9df0d63a11206f8cd532295ca13dd39ed37e0136bdcc5f')
-options=(!lto)
-
-build() {
-    cd "${pkgname}-${pkgver}"
-
-    export CGO_CPPFLAGS="${CPPFLAGS}"
-    export CGO_CFLAGS="${CFLAGS}"
-    export CGO_CXXFLAGS="${CXXFLAGS}"
-    export CGO_LDFLAGS="${LDFLAGS}"
-    export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-
-    go build -ldflags "-X main.version=$pkgver -X main.date=$(date -u -I -d 
@$SOURCE_DATE_EPOCH) -linkmode=external -extldflags=$LDFLAGS"
-}
-
-package() {
-    cd "${pkgname}-${pkgver}"
-    install -Dm755 -t "${pkgdir}/usr/bin/" "${pkgname}"
-    install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
-}

Copied: curlie/repos/community-x86_64/PKGBUILD (from rev 1460279, 
curlie/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-13 21:16:58 UTC (rev 1460282)
@@ -0,0 +1,33 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Jianfeng Zhang <[email protected]>
+
+pkgname=curlie
+pkgver=1.7.1
+pkgrel=1
+pkgdesc='The power of curl, the ease of use of httpie.'
+arch=('x86_64')
+url="https://curlie.io";
+license=('MIT')
+depends=('glibc' 'curl')
+makedepends=('go')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/rs/${pkgname}/archive/v${pkgver}.tar.gz";)
+sha256sums=('24f34e0a21848a54750cea366ca15f6b4c1ab255b4b46942e4e09b2ebde55931')
+options=(!lto)
+
+build() {
+    cd "${pkgname}-${pkgver}"
+
+    export CGO_CPPFLAGS="${CPPFLAGS}"
+    export CGO_CFLAGS="${CFLAGS}"
+    export CGO_CXXFLAGS="${CXXFLAGS}"
+    export CGO_LDFLAGS="${LDFLAGS}"
+    export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+
+    go build -ldflags "-X main.version=$pkgver -X main.date=$(date -u -I -d 
@$SOURCE_DATE_EPOCH) -linkmode=external -extldflags=$LDFLAGS"
+}
+
+package() {
+    cd "${pkgname}-${pkgver}"
+    install -Dm755 -t "${pkgdir}/usr/bin/" "${pkgname}"
+    install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
+}

Reply via email to