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

Felix Yan felixonmars at archlinux.org
Sat Sep 12 14:09:33 UTC 2020


    Date: Saturday, September 12, 2020 @ 14:09:33
  Author: felixonmars
Revision: 703915

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-12 14:09:22 UTC (rev 703914)
+++ PKGBUILD	2020-09-12 14:09:33 UTC (rev 703915)
@@ -1,27 +0,0 @@
-# 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
-}

Copied: boinctui/repos/community-x86_64/PKGBUILD (from rev 703914, boinctui/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-09-12 14:09:33 UTC (rev 703915)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=boinctui
+pkgver=2.5.1
+pkgrel=1
+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=('f884d4960ded1a6e9b6779077ddc85678d859c49c82f11b489e75edba81217947707d5d47cead7ea96f0ca43b6d35bb719db2766856a19a284f49f94e13b2131'
+            'SKIP')
+validpgpkeys=('4D2DBBB4F06EC2C977B26BFD80878E59832BEC15')  # Sergey Suslov
+
+build() {
+  cd $pkgname-$pkgver
+  autoconf
+  ./configure --prefix=/usr --without-gnutls --mandir=/usr/share/man
+  make 
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list