summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Liu2019-10-20 18:28:10 +1100
committerJonathan Liu2019-10-20 18:28:10 +1100
commit6fd449970ad8596645feb887d2f66e70ff70d44a (patch)
tree5deb892f1b5bb3d0148daf0aa5443e2dc54375bc
parent6d9dd45fb27b7c07b2f70e5e7fc9331952f72727 (diff)
downloadaur-admesh.tar.gz
Update to 0.98.4-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6984f51b1648..6fc53812c69a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-# 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.3
+ pkgver = 0.98.4
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.3/admesh-0.98.3.tar.gz
- md5sums = ff471c684e3df0c99d15eb5a372dbcf9
+ source = https://github.com/admesh/admesh/releases/download/v0.98.4/admesh-0.98.4.tar.gz
+ md5sums = 0500cce63664809cbf707df8bfdcee61
pkgname = admesh
diff --git a/PKGBUILD b/PKGBUILD
index a0a3d9c3540b..6edc0385b4dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonathan Liu <net147@gmail.com>
pkgname=admesh
-pkgver=0.98.3
+pkgver=0.98.4
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=('ff471c684e3df0c99d15eb5a372dbcf9')
+md5sums=('0500cce63664809cbf707df8bfdcee61')
build() {
cd "$srcdir/$pkgname-$pkgver"