summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLeonard de Ruijter2016-03-29 10:54:54 +0200
committerLeonard de Ruijter2016-03-29 10:54:54 +0200
commitbe9257a46103e0530076efb0b9416835399c958b (patch)
treefb2fde701101b5f0e6b18b00d7968343518e6409 /PKGBUILD
parentc6aec5b56f57ad3f33753891c5f3d39a5308817a (diff)
downloadaur-be9257a46103e0530076efb0b9416835399c958b.tar.gz
Update to 1.3.1 from git
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8f9a710a7f90..a03b37625bd7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Justin Davis <jrcd 83 at gmail>
pkgname=cppo
-pkgver=1.1.2
+pkgver=1.3.1
pkgrel=1
pkgdesc="The C preprocessor written in OCaml"
arch=('i686' 'x86_64')
@@ -11,9 +11,8 @@ license=('BSD')
depends=('glibc')
makedepends=('ocaml-findlib')
url='http://mjambon.com/cppo.html'
-source=("http://mjambon.com/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('975e0cb5e2751a604715eb042a059ef4965aff0318cf4c0553f215ed0964dfdd')
-
+source=("https://github.com/mjambon/${pkgname}/archive/v${pkgver}.tar.gz")
+sha256sums=('2e3e658b0ba24d7217c59e76df3e92d4e03866143da8d206b3267cebccfefc69')
build() {
cd $srcdir/$pkgname-$pkgver
make