summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOmar Sandoval2015-11-02 11:05:56 -0800
committerOmar Sandoval2015-11-02 11:05:56 -0800
commit874b72a67c07982f41ab29bcf6159bbb29d56fb7 (patch)
tree5e4c98dfcf2ef54ce8d2bf683d45b3a7e4c46be8
parentfbcc92bddc392caf245d6ce30042256f5ed5c8ff (diff)
downloadaur-874b72a67c07982f41ab29bcf6159bbb29d56fb7.tar.gz
Update to 1.0.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a889158858c3..d0ebd28f925c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = coccinelle
pkgdesc = Provides spatch program used to apply semantic patches
- pkgver = 1.0.2
+ pkgver = 1.0.4
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.2.tgz
- sha256sums = 4e45b904f42c9b84732168782d491c8c1ab23bb85db06c4b9ba2762bea8ac679
+ source = http://coccinelle.lip6.fr/distrib/coccinelle-1.0.4.tgz
+ sha256sums = 7f823813a2ea299c0f6c01d8419b83c4dc6617116d32ba99d726443a1c22b06d
pkgname = coccinelle
diff --git a/PKGBUILD b/PKGBUILD
index eb668725f1de..5128ae7fc900 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
# Contributor: Vladimir Kirillov <proger@wilab.org.ua>
pkgname=coccinelle
-pkgver=1.0.2
+pkgver=1.0.4
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=('4e45b904f42c9b84732168782d491c8c1ab23bb85db06c4b9ba2762bea8ac679')
+sha256sums=('7f823813a2ea299c0f6c01d8419b83c4dc6617116d32ba99d726443a1c22b06d')
build() {
cd "$pkgname-$pkgver"