summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOmar Sandoval2016-06-06 16:22:03 -0700
committerOmar Sandoval2016-06-06 16:22:03 -0700
commit81e503d0c775218a66cf0c0ff4ed3fa8914db267 (patch)
tree857382ca038dbe70986c93be78883e6a4eb0f287
parent874b72a67c07982f41ab29bcf6159bbb29d56fb7 (diff)
downloadaur-81e503d0c775218a66cf0c0ff4ed3fa8914db267.tar.gz
Update to 1.0.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0ebd28f925c..f997f128a59d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = coccinelle
pkgdesc = Provides spatch program used to apply semantic patches
- pkgver = 1.0.4
+ pkgver = 1.0.5
pkgrel = 1
url = http://coccinelle.lip6.fr/
arch = i686
@@ -14,8 +14,8 @@ pkgbase = coccinelle
optdepends = ocaml: OCaml scripting feature
optdepends = ocaml-findlib: OCaml scripting feature
options = !strip
- source = http://coccinelle.lip6.fr/distrib/coccinelle-1.0.4.tgz
- sha256sums = 7f823813a2ea299c0f6c01d8419b83c4dc6617116d32ba99d726443a1c22b06d
+ source = http://coccinelle.lip6.fr/distrib/coccinelle-1.0.5.tgz
+ sha256sums = 5efb093b538145b7526a06946c09c7caaa715006658af2049faa8739f459743b
pkgname = coccinelle
diff --git a/PKGBUILD b/PKGBUILD
index 5128ae7fc900..5a664bc1b75f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Omar Sandoval <osandov at cs dot washington dot edu>
+# Maintainer: Omar Sandoval <osandov at osandov dot com>
# Contributor: Roger Zanoni <rogerzanoni@gmail.com>
# Contributor: Sylvain Henry <hsyl20@gmail.com>
# Contributor: Marti Raudsepp <marti@juffo.org>
@@ -8,7 +8,7 @@
# Contributor: Vladimir Kirillov <proger@wilab.org.ua>
pkgname=coccinelle
-pkgver=1.0.4
+pkgver=1.0.5
pkgrel=1
pkgdesc="Provides spatch program used to apply semantic patches"
arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@ optdepends=('ocaml: OCaml scripting feature'
'ocaml-findlib: OCaml scripting feature')
options=(!strip)
source=(http://coccinelle.lip6.fr/distrib/${pkgname}-${pkgver}.tgz)
-sha256sums=('7f823813a2ea299c0f6c01d8419b83c4dc6617116d32ba99d726443a1c22b06d')
+sha256sums=('5efb093b538145b7526a06946c09c7caaa715006658af2049faa8739f459743b')
build() {
cd "$pkgname-$pkgver"