summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCel Skeggs2017-02-11 04:39:15 -0500
committerCel Skeggs2017-02-11 04:39:45 -0500
commitdb6c8dacdcbe90ee080b09853006123c5e2fa195 (patch)
tree5ca6eda3e4ba98c0bc0d1c5025684f31b77e8d59
parentf90f4f5a8582fd3df3cc8574f4206df121d4a30d (diff)
downloadaur-libsyscall.tar.gz
Update to v0.1.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3dc9b4a0f51..b4055786261f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = libsyscall
pkgdesc = A library providing all of the assembly code needed for a C standard library
- pkgver = 0.1.0
+ pkgver = 0.1.3
pkgrel = 1
url = https://github.com/celskeggs/libsyscall
arch = i686
arch = x86_64
license = MIT
- source = https://github.com/celskeggs/libsyscall/archive/v0.1.0.tar.gz
- sha256sums = 3a08f42b3999bd68a87d2f3ce506e9f302dfcfb14444cefcf1e39e731a482604
+ source = https://github.com/celskeggs/libsyscall/archive/v0.1.3.tar.gz
+ sha256sums = 867dc1aa05ea79dc495524d2ac6cc4cec6ee105570360878d4b177ce640ae3c1
pkgname = libsyscall
diff --git a/PKGBUILD b/PKGBUILD
index ad0eb5a13440..91e799fd7222 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Cel Skeggs <arch@celskeggs.com>
pkgname=libsyscall
-pkgver=0.1.0
+pkgver=0.1.3
pkgrel=1
pkgdesc="A library providing all of the assembly code needed for a C standard library"
arch=('i686' 'x86_64')
url="https://github.com/celskeggs/libsyscall"
license=('MIT')
source=("https://github.com/celskeggs/libsyscall/archive/v$pkgver.tar.gz")
-sha256sums=('3a08f42b3999bd68a87d2f3ce506e9f302dfcfb14444cefcf1e39e731a482604')
+sha256sums=('867dc1aa05ea79dc495524d2ac6cc4cec6ee105570360878d4b177ce640ae3c1')
build() {
cd "$srcdir/$pkgname-$pkgver"