summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Riha2019-08-03 21:56:36 +0200
committerJose Riha2019-08-03 21:56:36 +0200
commit3a222265ccf0544baaebf8951f633dfd67470510 (patch)
treeeb9b3d47ec22b4a9bdcea4b2e126f3aac6edd8b9
parenta49485bfb45db6c34a72df5c8c94ddfe55451f7f (diff)
downloadaur-3a222265ccf0544baaebf8951f633dfd67470510.tar.gz
Update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc272f9924bb..85451fc19c6d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Tue May 1 21:28:27 UTC 2018
pkgbase = psftools
pkgdesc = Utilities for manipulation of console fonts in PSF format
- pkgver = 1.0.10
+ pkgver = 1.0.13
pkgrel = 1
url = http://www.seasip.info/Unix/PSF/
arch = i686
@@ -10,8 +8,8 @@ pkgbase = psftools
license = GPL
depends = glibc
options = !libtool
- source = http://www.seasip.info/Unix/PSF/psftools-1.1.10.tar.gz
- md5sums = c0037435aa44619be9c6c6dc8c4bccc1
+ source = http://www.seasip.info/Unix/PSF/psftools-1.0.13.tar.gz
+ md5sums = 47f8206bf55de8d2c456e4996e6766b3
pkgname = psftools
diff --git a/PKGBUILD b/PKGBUILD
index cb49029bca97..abb6123f87f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
pkgname=psftools
-pkgver=1.0.10
+pkgver=1.0.13
pkgrel=1
pkgdesc="Utilities for manipulation of console fonts in PSF format"
arch=('i686' 'x86_64')
@@ -10,8 +10,8 @@ url="http://www.seasip.info/Unix/PSF/"
license=('GPL')
depends=('glibc')
options=('!libtool')
-source=(http://www.seasip.info/Unix/PSF/$pkgname-1.1.10.tar.gz)
-md5sums=('c0037435aa44619be9c6c6dc8c4bccc1')
+source=(http://www.seasip.info/Unix/PSF/$pkgname-${pkgver}.tar.gz)
+md5sums=('47f8206bf55de8d2c456e4996e6766b3')
build() {
cd "$srcdir"/$pkgname-$pkgver