[arch-commits] Commit in pacparser/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Wed May 4 11:26:50 UTC 2022


    Date: Wednesday, May 4, 2022 @ 11:26:50
  Author: felixonmars
Revision: 1193487

archrelease: copy trunk to community-x86_64

Added:
  pacparser/repos/community-x86_64/PKGBUILD
    (from rev 1193486, pacparser/trunk/PKGBUILD)
Deleted:
  pacparser/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-04 11:26:39 UTC (rev 1193486)
+++ PKGBUILD	2022-05-04 11:26:50 UTC (rev 1193487)
@@ -1,24 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Max Meyer <dev at fedux.org>
-
-pkgname=pacparser
-pkgver=1.3.7rc6
-pkgrel=2
-pkgdesc="Library to parse proxy auto-config (PAC) files"
-arch=(x86_64)
-url="https://github.com/pacparser/pacparser"
-license=('LGPL')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/pacparser/pacparser/archive/$pkgver.tar.gz")
-sha512sums=('4489d3ca1d2121013373cf473a449ee09d6eb33840241739c988657335e9c9be98a39dd1cb4d690bbc98f8e7a444a31829f8b99ab64685252b9aed750f5fa768')
-
-build() {
-  cd $pkgbase-$pkgver
-  make all -C src
-}
-
-package() {
-  cd $pkgbase-$pkgver
-  make -C src DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pacparser/repos/community-x86_64/PKGBUILD (from rev 1193486, pacparser/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-04 11:26:50 UTC (rev 1193487)
@@ -0,0 +1,24 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Max Meyer <dev at fedux.org>
+
+pkgname=pacparser
+pkgver=1.3.8
+pkgrel=1
+pkgdesc="Library to parse proxy auto-config (PAC) files"
+arch=(x86_64)
+url="https://github.com/pacparser/pacparser"
+license=('LGPL')
+source=("https://github.com/pacparser/pacparser/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('690bb10ce014b51c210fac66bc3dacc429877db98f563d06c34b7dd36dcd68216516452a7a76e5bf2cdc3dcb8081479a08ce0a80005ce1195b43e26f37441ec3')
+
+build() {
+  cd $pkgname-$pkgver
+  make all -C src
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make -C src DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list