summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanskritFritz2018-03-05 22:39:56 +0100
committerSanskritFritz2018-03-05 22:39:56 +0100
commit7da61be882e82a3f7f040a6811a7413f2ce5ac1f (patch)
tree08fb7ddddc2275c7e7480684d12288ebfcbf5a89
parente59ba283a0c762a17307596168d770fbddea8304 (diff)
downloadaur-7da61be882e82a3f7f040a6811a7413f2ce5ac1f.tar.gz
Upstream version 0.5 - now really
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 285e2551e5e2..7f14e1ee7b4f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Mon Mar 5 21:20:37 UTC 2018
+# Mon Mar 5 21:39:35 UTC 2018
pkgbase = fontypython
pkgdesc = Manage, view and find your fonts.
- pkgver = 0.4.6
+ pkgver = 0.5
pkgrel = 1
url = https://savannah.nongnu.org/projects/fontypython
arch = any
license = GPL3
depends = wxpython
- source = http://download.savannah.nongnu.org/releases/fontypython/fontypython-0.4.6.tar.gz
- sha256sums = fea84d85ade8f5bc5966a24b20cea501ff6d77745bbd545695e60b8bfe684901
+ source = http://download.savannah.nongnu.org/releases/fontypython/fontypython-0.5.tar.gz
+ sha256sums = 46f5304f9ec790b0b870f66a37b5fd47103a9300d0e0ed98e8799bd59bb4ec1b
pkgname = fontypython
diff --git a/PKGBUILD b/PKGBUILD
index a49ed6b86fd6..e6cb161c31bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: SanskritFritz (gmail)
pkgname=fontypython
-pkgver=0.4.6
+pkgver=0.5
pkgrel=1
pkgdesc="Manage, view and find your fonts."
arch=('any')
@@ -9,7 +9,7 @@ url="https://savannah.nongnu.org/projects/fontypython"
license=('GPL3')
depends=('wxpython')
source=("http://download.savannah.nongnu.org/releases/fontypython/fontypython-$pkgver.tar.gz")
-sha256sums=('fea84d85ade8f5bc5966a24b20cea501ff6d77745bbd545695e60b8bfe684901')
+sha256sums=('46f5304f9ec790b0b870f66a37b5fd47103a9300d0e0ed98e8799bd59bb4ec1b')
build() {
cd ${srcdir}/${pkgname}-${pkgver}