summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortimetoplatypus2018-06-16 18:32:20 -0400
committertimetoplatypus2018-06-16 18:32:20 -0400
commitc8b5e8f3a4fc821f9f6a3ba2c2e26eeb4672fe7b (patch)
tree1d64eddf7572310f0ed21e4c8ca9f220f9a4e8a1
parentff79402010374311cf75ae58be56141e23ac50ef (diff)
downloadaur-c8b5e8f3a4fc821f9f6a3ba2c2e26eeb4672fe7b.tar.gz
New release
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c4282865042..4a8584c3b52c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = libfaction
pkgdesc = A C library for test-driven software development
pkgver = 0.0.4
- pkgrel = 2
+ pkgrel = 3
url = https://timetoplatypus.com/static/faction
arch = x86_64
arch = i686
license = BSD
source = https://timetoplatypus.com/static/faction/faction-0.0.4.tar.gz
- md5sums = 8e77c490680bc0cda3739921c5a34b8b
+ md5sums = 494285ddc9a165f0de5f1c55b7af3617
pkgname = libfaction
diff --git a/PKGBUILD b/PKGBUILD
index a3abc64304c4..ed1b9fbb66d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=libfaction
_pkgname=faction
pkgver=0.0.4
-pkgrel=2
+pkgrel=3
pkgdesc="A C library for test-driven software development"
arch=("x86_64" "i686")
url="https://timetoplatypus.com/static/faction"
license=("BSD")
source=("https://timetoplatypus.com/static/faction/$_pkgname-$pkgver.tar.gz")
-md5sums=("8e77c490680bc0cda3739921c5a34b8b")
+md5sums=("494285ddc9a165f0de5f1c55b7af3617")
package() {
mkdir -p "$pkgdir/usr/include/"