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

Felix Yan felixonmars at archlinux.org
Mon May 25 13:13:08 UTC 2020


    Date: Monday, May 25, 2020 @ 13:13:07
  Author: felixonmars
Revision: 634239

archrelease: copy trunk to community-x86_64

Added:
  boinctui/repos/community-x86_64/PKGBUILD
    (from rev 634238, boinctui/trunk/PKGBUILD)
Deleted:
  boinctui/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   55 +++++++++++++++++++++++++++----------------------------
 1 file changed, 27 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-25 13:12:49 UTC (rev 634238)
+++ PKGBUILD	2020-05-25 13:13:07 UTC (rev 634239)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=boinctui
-pkgver=2.5.0
-pkgrel=1
-pkgdesc="Curses based fullscreen BOINC manager"
-arch=('i686' 'x86_64')
-url="https://sourceforge.net/projects/boinctui/"
-license=('GPL')
-depends=('expat' 'gcc-libs' 'openssl')
-makedepends=("cmake")
-source=("http://sourceforge.net/projects/boinctui/files/${pkgname}_${pkgver}.tar.gz"{,.asc})
-sha512sums=('2db75df20ddc3d82fb8688fa2e82e6706875b7589165271c288336f3132e07473a2a09e3133152803f92a83f7b6fe4cec536256aad24b8f2ba2a29b401e4cef8'
-            'SKIP')
-validpgpkeys=('4D2DBBB4F06EC2C977B26BFD80878E59832BEC15')  # Sergey Suslov
-
-build() {
-  cd $pkgname-$pkgver
-  autoconf
-  ./configure --prefix=/usr --without-gnutls
-  make 
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: boinctui/repos/community-x86_64/PKGBUILD (from rev 634238, boinctui/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-25 13:13:07 UTC (rev 634239)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=boinctui
+pkgver=2.5.0
+pkgrel=2
+pkgdesc="Curses based fullscreen BOINC manager"
+arch=('x86_64')
+url="https://sourceforge.net/projects/boinctui/"
+license=('GPL')
+depends=('expat' 'gcc-libs' 'openssl')
+makedepends=("cmake")
+source=("https://sourceforge.net/projects/boinctui/files/${pkgname}_${pkgver}.tar.gz"{,.asc})
+sha512sums=('2db75df20ddc3d82fb8688fa2e82e6706875b7589165271c288336f3132e07473a2a09e3133152803f92a83f7b6fe4cec536256aad24b8f2ba2a29b401e4cef8'
+            'SKIP')
+validpgpkeys=('4D2DBBB4F06EC2C977B26BFD80878E59832BEC15')  # Sergey Suslov
+
+build() {
+  cd $pkgname-$pkgver
+  autoconf
+  ./configure --prefix=/usr --without-gnutls
+  make 
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list