[arch-commits] Commit in (3 files)

Sergej Pupykin spupykin at archlinux.org
Mon Nov 14 18:58:03 UTC 2016


    Date: Monday, November 14, 2016 @ 18:58:02
  Author: spupykin
Revision: 195903

revoked or pgp2 keys

Modified:
  echat/trunk/PKGBUILD
  fbgetty/trunk/PKGBUILD
  lash/trunk/PKGBUILD

------------------------+
 echat/trunk/PKGBUILD   |   14 +++++---------
 fbgetty/trunk/PKGBUILD |    5 +++--
 lash/trunk/PKGBUILD    |    7 ++++---
 3 files changed, 12 insertions(+), 14 deletions(-)

Modified: echat/trunk/PKGBUILD
===================================================================
--- echat/trunk/PKGBUILD	2016-11-14 18:57:17 UTC (rev 195902)
+++ echat/trunk/PKGBUILD	2016-11-14 18:58:02 UTC (rev 195903)
@@ -10,16 +10,12 @@
 url="http://echat.deep.perm.ru/"
 license=(GPL)
 depends=(ncurses)
-source=(http://echat.deep.perm.ru/files/echat-$pkgver.tar.gz)
-md5sums=('dda3891d08f04dd266858380d404af15')
+#url="http://www.vypress.com/products/chat/unix/"
+#url="http://pupykins.googlepages.com/" - contains also improoved version (utf8 and some more features)
+source=(http://echat.deep.perm.ru/files/echat-$pkgver.tar.gz{,.asc})
+sha256sums=('935a49da8bbec402fc080bc81365cdc114e59a7af0528725da479beb205e8ad5'
+            'SKIP')
 
-#
-# see also:
-#   url="http://www.vypress.com/products/chat/unix/"
-#   url="http://pupykins.googlepages.com/" - contains also improoved version (utf8 and some more features)
-#   source=(http://www.vypress.com/ftp/clones/vyc/echat/${pkgname}-${pkgver}.tgz) - actualy not gzipped tar
-#
-
 build() {
   cd "$srcdir"/$pkgname-${pkgver}
   make

Modified: fbgetty/trunk/PKGBUILD
===================================================================
--- fbgetty/trunk/PKGBUILD	2016-11-14 18:57:17 UTC (rev 195902)
+++ fbgetty/trunk/PKGBUILD	2016-11-14 18:58:02 UTC (rev 195903)
@@ -8,8 +8,9 @@
 pkgdesc="fbgetty is a console getty like mingetty, which supports framebuffers"
 arch=('i686' 'x86_64')
 url="http://projects.meuh.org/fbgetty"
-source=('http://projects.meuh.org/fbgetty/downloads/fbgetty-'$pkgver'.tar.gz')
-md5sums=('1705bc0f8f1e03fe50d324ba84ac4e56')
+source=('http://projects.meuh.org/fbgetty/downloads/fbgetty-'$pkgver'.tar.gz'{,.sig})
+sha256sums=('332cbffa7c489b39a7d13d12d581c27dfc57ba098041431a6845b44785cf2d35'
+            'SKIP')
 
 build()
 {

Modified: lash/trunk/PKGBUILD
===================================================================
--- lash/trunk/PKGBUILD	2016-11-14 18:57:17 UTC (rev 195902)
+++ lash/trunk/PKGBUILD	2016-11-14 18:58:02 UTC (rev 195903)
@@ -13,10 +13,11 @@
 license=('GPL')
 depends=('dbus' 'gtk2' 'jack' 'libxml2' 'python2')
 install=$pkgname.install
-source=("http://download.savannah.gnu.org/releases/lash/${pkgname}-${pkgver}.tar.bz2"
+source=("https://download.savannah.gnu.org/releases/lash/${pkgname}-${pkgver}.tar.bz2"{,.sig}
 	"makefile.patch")
-md5sums=('af1dc4f4ceb284b1b0845de4f4c2fe47'
-         '24ceb7e3d008c25e1490102983165612')
+sha256sums=('3c1eb2bd88e1a0722dea5c24be4ede1d80848c963d41751973fae73c47dfe18b'
+            'SKIP'
+            '38c2cf9b1d4bd9dfd390b69228d1bb1a08649157c9aac6f4a7aad9fb6d1e4c54')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${_relver}"



More information about the arch-commits mailing list