summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85451fc19c6d..31376d0692f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = psftools
pkgdesc = Utilities for manipulation of console fonts in PSF format
- pkgver = 1.0.13
+ pkgver = 1.0.14
pkgrel = 1
url = http://www.seasip.info/Unix/PSF/
arch = i686
@@ -8,8 +8,8 @@ pkgbase = psftools
license = GPL
depends = glibc
options = !libtool
- source = http://www.seasip.info/Unix/PSF/psftools-1.0.13.tar.gz
- md5sums = 47f8206bf55de8d2c456e4996e6766b3
+ source = http://www.seasip.info/Unix/PSF/psftools-1.0.14.tar.gz
+ md5sums = 6e8275ca456793898b974cce084b38ec
pkgname = psftools
diff --git a/PKGBUILD b/PKGBUILD
index abb6123f87f3..4d3c88655a71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
pkgname=psftools
-pkgver=1.0.13
+pkgver=1.0.14
pkgrel=1
pkgdesc="Utilities for manipulation of console fonts in PSF format"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=('GPL')
depends=('glibc')
options=('!libtool')
source=(http://www.seasip.info/Unix/PSF/$pkgname-${pkgver}.tar.gz)
-md5sums=('47f8206bf55de8d2c456e4996e6766b3')
+md5sums=('6e8275ca456793898b974cce084b38ec')
build() {
cd "$srcdir"/$pkgname-$pkgver