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

Antonio Rojas arojas at gemini.archlinux.org
Sat Jul 30 22:24:06 UTC 2022


    Date: Saturday, July 30, 2022 @ 22:24:06
  Author: arojas
Revision: 1259226

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-30 22:23:56 UTC (rev 1259225)
+++ PKGBUILD	2022-07-30 22:24:06 UTC (rev 1259226)
@@ -1,24 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Max Meyer <dev at fedux.org>
-
-pkgname=pacparser
-pkgver=1.3.9
-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=('ba8a62784dced086bfc03c17f8b8f7523e9abe285a9ba7ca8c5d9486a33061293a9f5a99eeb213616e44f08d835b32f72f847a17dc1938ecc0639dff43e28a1a')
-
-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:

Copied: pacparser/repos/community-x86_64/PKGBUILD (from rev 1259225, pacparser/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-30 22:24:06 UTC (rev 1259226)
@@ -0,0 +1,24 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Max Meyer <dev at fedux.org>
+
+pkgname=pacparser
+pkgver=1.4.0
+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=('9574068dc4da3db27ddc1242cf98d98ebc7515864789e95b700cd2ce1433a7cff84160f1507976488fab7529839cabe9cf2aa16ddbefc0c83009fa6c0d2ad6b3')
+
+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