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

Felix Yan felixonmars at gemini.archlinux.org
Fri Sep 9 21:34:03 UTC 2022


    Date: Friday, September 9, 2022 @ 21:34:03
  Author: felixonmars
Revision: 1297570

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   63 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-09-09 21:33:42 UTC (rev 1297569)
+++ PKGBUILD	2022-09-09 21:34:03 UTC (rev 1297570)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=boinctui
-pkgver=2.6.0
-pkgrel=1
-pkgdesc="Curses based fullscreen BOINC manager"
-arch=('x86_64')
-url="https://sourceforge.net/projects/boinctui/"
-license=('GPL')
-depends=('expat' 'gcc-libs' 'ncurses' 'openssl')
-makedepends=("cmake")
-source=("https://sourceforge.net/projects/boinctui/files/${pkgname}_${pkgver}.tar.gz"{,.asc})
-sha512sums=('5d0665dc4a00bc788873b4175d3e052967c93942bd73be44e29bc3278f180f8a198079a83148b2486ce5895ce65accd2aaaaa24fe485576b64bc695aefcba8b1'
-            'SKIP')
-validpgpkeys=('4D2DBBB4F06EC2C977B26BFD80878E59832BEC15')  # Sergey Suslov
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's/\\ $/\\/' configure.in
-  autoreconf -fi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --without-gnutls --mandir=/usr/share/man
-  make 
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: boinctui/repos/community-x86_64/PKGBUILD (from rev 1297569, boinctui/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-09-09 21:34:03 UTC (rev 1297570)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=boinctui
+pkgver=2.7.0
+pkgrel=1
+pkgdesc="Curses based fullscreen BOINC manager"
+arch=('x86_64')
+url="https://sourceforge.net/projects/boinctui/"
+license=('GPL')
+depends=('expat' 'gcc-libs' 'ncurses' 'openssl')
+makedepends=("cmake")
+source=("https://sourceforge.net/projects/boinctui/files/${pkgname}_${pkgver}.tar.gz"{,.asc})
+sha512sums=('977ebdca8573972bb90dabdf8e59f2327e84e0c1a488ee9c4f8a3b64a334b836f0af80db366766d07fc70e5b074ba2683f5519ac939a67022e447afb039500c6'
+            'SKIP')
+validpgpkeys=('4D2DBBB4F06EC2C977B26BFD80878E59832BEC15')  # Sergey Suslov
+
+prepare() {
+  cd $pkgname-$pkgver
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./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