summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cad94f999469..6984f51b1648 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
+# Generated by mksrcinfo v8
+# Fri Apr 14 06:13:49 UTC 2017
pkgbase = admesh
pkgdesc = Program for processing STL triangulated solid meshes
- pkgver = 0.98.2
+ pkgver = 0.98.3
pkgrel = 1
url = https://github.com/admesh/admesh/
arch = i686
arch = x86_64
license = GPL2
depends = glibc
- source = https://github.com/admesh/admesh/releases/download/v0.98.2/admesh-0.98.2.tar.gz
- md5sums = a90692eb6dc5289e95949bbbca3e37e9
+ source = https://github.com/admesh/admesh/releases/download/v0.98.3/admesh-0.98.3.tar.gz
+ md5sums = ff471c684e3df0c99d15eb5a372dbcf9
pkgname = admesh
diff --git a/PKGBUILD b/PKGBUILD
index 05d995bb8843..a0a3d9c3540b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonathan Liu <net147@gmail.com>
pkgname=admesh
-pkgver=0.98.2
+pkgver=0.98.3
pkgrel=1
pkgdesc="Program for processing STL triangulated solid meshes"
arch=('i686' 'x86_64')
@@ -8,7 +8,7 @@ url="https://github.com/admesh/admesh/"
license=('GPL2')
depends=('glibc')
source=("https://github.com/admesh/admesh/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=('a90692eb6dc5289e95949bbbca3e37e9')
+md5sums=('ff471c684e3df0c99d15eb5a372dbcf9')
build() {
cd "$srcdir/$pkgname-$pkgver"