summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortimetoplatypus2018-06-16 17:47:40 -0400
committertimetoplatypus2018-06-16 17:47:40 -0400
commitff79402010374311cf75ae58be56141e23ac50ef (patch)
tree42af4c39d83fb6e311e414304712d5325acaac01
parentaff3867a035781f69b8ed16f15798a5bc11d45fe (diff)
downloadaur-ff79402010374311cf75ae58be56141e23ac50ef.tar.gz
New release fixes Makefile for building examples
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9899709efbb..8c4282865042 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 = 1
+ pkgrel = 2
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 = da6be53726cb5a926749f9aeeb0dd1c4
+ md5sums = 8e77c490680bc0cda3739921c5a34b8b
pkgname = libfaction
diff --git a/PKGBUILD b/PKGBUILD
index 5bdeda1e4958..a3abc64304c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=libfaction
_pkgname=faction
pkgver=0.0.4
-pkgrel=1
+pkgrel=2
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=("da6be53726cb5a926749f9aeeb0dd1c4")
+md5sums=("8e77c490680bc0cda3739921c5a34b8b")
package() {
mkdir -p "$pkgdir/usr/include/"