[arch-commits] Commit in npapi-sdk/repos/extra-any (PKGBUILD PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Sun May 31 15:36:09 UTC 2020


    Date: Sunday, May 31, 2020 @ 15:36:08
  Author: jelle
Revision: 387968

archrelease: copy trunk to extra-any

Added:
  npapi-sdk/repos/extra-any/PKGBUILD
    (from rev 387967, npapi-sdk/trunk/PKGBUILD)
Deleted:
  npapi-sdk/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-31 15:35:55 UTC (rev 387967)
+++ PKGBUILD	2020-05-31 15:36:08 UTC (rev 387968)
@@ -1,24 +0,0 @@
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=npapi-sdk
-pkgver=0.27.2
-pkgrel=2
-pkgdesc="Netscape Plugin API (NPAPI)"
-arch=(any)
-url="https://bitbucket.org/mgorny/npapi-sdk"
-license=('MPL')
-source=(https://bitbucket.org/mgorny/$pkgname/downloads/$pkgname-$pkgver.tar.bz2)
-md5sums=('e81db61e206cd615cf56c4a9f301e636')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: npapi-sdk/repos/extra-any/PKGBUILD (from rev 387967, npapi-sdk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-31 15:36:08 UTC (rev 387968)
@@ -0,0 +1,24 @@
+# Maintainer:
+
+pkgname=npapi-sdk
+pkgver=0.27.2
+pkgrel=3
+pkgdesc="Netscape Plugin API (NPAPI)"
+arch=(any)
+url="https://bitbucket.org/mgorny/npapi-sdk"
+license=('MPL')
+source=(https://github.com/mgorny/${pkgname}/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('e81db61e206cd615cf56c4a9f301e636')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list