summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGertjan Halkes2019-11-30 14:29:42 +0100
committerGertjan Halkes2019-11-30 14:29:42 +0100
commitc8dbd8a6eaede0e45b13d365f261f9144b566f92 (patch)
treea6a0318ced361b17607e92ffbc2dc81015005e89
parenta0231b333d647abfb8dc8137ad966985812dd83f (diff)
downloadaur-c8dbd8a6eaede0e45b13d365f261f9144b566f92.tar.gz
Update to release 1.0.3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6af3bd7e512c..6f9adedcdff4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tilde
pkgdesc = An intuitive text editor for the terminal.
- pkgver = 1.0.0
+ pkgver = 1.0.3
pkgrel = 1
url = http://os.ghalkes.nl/tilde.html
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = tilde
depends = libt3config>=0.2.6
options = !libtool
source = http://os.ghalkes.nl/dist/tilde-1.0.0.tar.bz2
- md5sums = b1a72d3a413c3eb073e5eb9ab5778761
+ md5sums = ef508c8170af75b565942560fcd1106d
pkgname = tilde
diff --git a/PKGBUILD b/PKGBUILD
index 9f3dcfc93dd0..2d974256f3b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: William Di Luigi <williamdiluigi@gmail.com>
pkgname=tilde
-pkgver=1.0.0
+pkgver=1.0.3
pkgrel=1
pkgdesc="An intuitive text editor for the terminal."
arch=('x86_64' 'i686')
@@ -20,7 +20,7 @@ install=''
changelog=
source=("http://os.ghalkes.nl/dist/$pkgname-$pkgver.tar.bz2")
noextract=()
-md5sums=('b1a72d3a413c3eb073e5eb9ab5778761')
+md5sums=('ef508c8170af75b565942560fcd1106d')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"