Date: Friday, April 10, 2020 @ 22:18:48
  Author: dvzrv
Revision: 613194

upgpkg: nfoview 1.27.1-1: Upgrading to 1.27.1

Updating maintainer info. Adding git to makedepends.
Relying on upstream's gpg signature for tagged releases.

Modified:
  nfoview/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-04-10 22:17:43 UTC (rev 613193)
+++ PKGBUILD    2020-04-10 22:18:48 UTC (rev 613194)
@@ -1,11 +1,11 @@
-# Maintainer: David Runge <[email protected]>
+# Maintainer: David Runge <[email protected]>
 # Contributor: Ray Rashif <[email protected]>
 # Contributor: Wes Brewer <[email protected]>
 # Contributor: VuDu <[email protected]>
 
 pkgname=nfoview
-pkgver=1.27
-pkgrel=2
+pkgver=1.27.1
+pkgrel=1
 pkgdesc="Simple NFO file viewer in GTK+ 3"
 arch=('any')
 url="https://otsaloma.io/nfoview/";
@@ -12,13 +12,18 @@
 license=('GPL3')
 depends=('gtk3' 'python-gobject')
 checkdepends=('python-pytest' 'xorg-server-xvfb')
-makedepends=('python-setuptools')
+makedepends=('git' 'python-setuptools')
 optdepends=('terminus-font: recommended font')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/otsaloma/${pkgname}/archive/${pkgver}.tar.gz";
+source=("${pkgname}::git+https://github.com/otsaloma/${pkgname}.git#tag=${pkgver}?signed";
         'x-nfo.desktop')
-sha512sums=('157257f9f289bdeac140054320ad43893c73995e11e6ccc91ebd2ca53878f00d45945c4e3ac3c11ec2f589a0349598f96dfecad3b0e3cfbe06e5a036bcedc3b5'
+sha512sums=('SKIP'
             
'a800af55df103ee12ce7a8815780e15896d7ad3eee947760ff4486ffb57fea8cf4105b5ffc61dc81e849ddf03eeac77f593a4ffe4fd73b5ea026672c72dff108')
+validpgpkeys=('8DD6B3FCDAB33C91EA915B913A584A9504CACA67') # Osmo Salomaa 
<[email protected]>
 
+prepare() {
+  mv -v "${pkgname}" "${pkgname}-${pkgver}"
+}
+
 build() {
   cd "${pkgname}-${pkgver}"
   python setup.py build
@@ -31,7 +36,6 @@
 
 package() {
   cd "${pkgname}-${pkgver}"
-
   python setup.py install --skip-build \
                           --optimize=1 \
                           --prefix=/usr \

Reply via email to