diff options
author | Gertjan Halkes | 2019-11-30 14:22:40 +0100 |
---|---|---|
committer | Gertjan Halkes | 2019-11-30 14:22:40 +0100 |
commit | 012df8c8ec8840a5a537d81041794ce78a83a729 (patch) | |
tree | e46266ab04236eaeebc26cdabb3035bf4eb133a5 | |
parent | a5657b62b00ffa30f534e1ad359cfbd8beeb5567 (diff) | |
download | aur-012df8c8ec8840a5a537d81041794ce78a83a729.tar.gz |
Update to release 0.2.10
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ pkgbase = libt3key pkgdesc = Terminal key sequence database library. - pkgver = 0.2.9 + pkgver = 0.2.10 pkgrel = 1 url = http://os.ghalkes.nl/t3/libt3key.html arch = x86_64 @@ -10,7 +10,7 @@ pkgbase = libt3key depends = libxcb options = !libtool source = http://os.ghalkes.nl/dist/libt3key-0.2.9.tar.bz2 - md5sums = efa24934d3aa7ac8705013f76bf907d2 + md5sums = 07ed46d03220154c0341b45d5ee346f4 pkgname = libt3key @@ -1,6 +1,6 @@ # Maintainer: Gertjan Halkes <arch at ghalkes dot nl> pkgname=libt3key -pkgver=0.2.9 +pkgver=0.2.10 pkgrel=1 pkgdesc="Terminal key sequence database library." arch=('x86_64' 'i686') @@ -18,7 +18,7 @@ install='' changelog= source=("http://os.ghalkes.nl/dist/$pkgname-$pkgver.tar.bz2") noextract=() -md5sums=('efa24934d3aa7ac8705013f76bf907d2') +md5sums=('07ed46d03220154c0341b45d5ee346f4') build() { cd "${srcdir}/${pkgname}-${pkgver}" |