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

Felix Yan felixonmars at archlinux.org
Mon May 25 14:57:02 UTC 2020


    Date: Monday, May 25, 2020 @ 14:57:01
  Author: felixonmars
Revision: 634444

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-25 14:56:55 UTC (rev 634443)
+++ PKGBUILD	2020-05-25 14:57:01 UTC (rev 634444)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Max Meyer <dev at fedux.org>
-
-pkgbase=pacparser
-pkgname=('pacparser' 'python2-pacparser')
-pkgver=1.3.7rc6
-pkgrel=1
-arch=(i686 x86_64)
-url="https://github.com/pacparser/pacparser"
-license=('LGPL')
-makedepends=('python2-setuptools')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/pacparser/pacparser/archive/$pkgver.tar.gz")
-sha512sums=('4489d3ca1d2121013373cf473a449ee09d6eb33840241739c988657335e9c9be98a39dd1cb4d690bbc98f8e7a444a31829f8b99ab64685252b9aed750f5fa768')
-
-build() {
-  cd $pkgbase-$pkgver
-  PYTHON=python2 make -j1 all pymod -C src
-}
-
-package_pacparser() {
-  pkgdesc="Library to parse proxy auto-config (PAC) files"
-
-  cd $pkgbase-$pkgver
-  make -C src DESTDIR="$pkgdir/" install
-}
-
-package_python2-pacparser() {
-  depends=('python2')
-  pkgdesc="Python 2.x pacparser module"
-
-  cd $pkgbase-$pkgver
-  PYTHON=python2 make -C src DESTDIR="$pkgdir/" install-pymod
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pacparser/repos/community-x86_64/PKGBUILD (from rev 634443, pacparser/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-25 14:57:01 UTC (rev 634444)
@@ -0,0 +1,24 @@
+# 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:



More information about the arch-commits mailing list