summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 626a5ae8c782..43db073226fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,15 @@
-# Generated by mksrcinfo v8
-# Sat Dec 19 18:10:32 UTC 2015
pkgbase = haskell-simtreelo
pkgdesc = Loads data organized in a tree
- pkgver = 0.1.1.0
- pkgrel = 2
+ pkgver = 0.1.1.1
+ pkgrel = 1
url = http://hackage.haskell.org/package/simtreelo
install = haskell-simtreelo.install
arch = i686
arch = x86_64
license = GPL3
depends = ghc
- source = http://hackage.haskell.org/package/simtreelo-0.1.1.0/simtreelo-0.1.1.0.tar.gz
- sha256sums = 820e7189bb824c3480bb5492ddaf04a3b8200fea747084ab35e15ad46815f8c8
+ source = http://hackage.haskell.org/package/simtreelo-0.1.1.1/simtreelo-0.1.1.1.tar.gz
+ sha256sums = 0c990c2e520069d07030f63fc861c1a8c2e287bf2fc2ae4ebf24504d89cd1b64
pkgname = haskell-simtreelo
diff --git a/PKGBUILD b/PKGBUILD
index f63cca4dcfbd..0387dc8fa8d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Marcelo Garlet Millani <marcelogmillani at gmail dot com>
_hkgname=simtreelo
pkgname=haskell-simtreelo
-pkgver=0.1.1.0
-pkgrel=2
+pkgver=0.1.1.1
+pkgrel=1
pkgdesc='Loads data organized in a tree'
url="http://hackage.haskell.org/package/${_hkgname}"
license=('GPL3')
arch=('i686' 'x86_64')
depends=('ghc')
source=( "http://hackage.haskell.org/package/${_hkgname}-${pkgver}/${_hkgname}-${pkgver}.tar.gz" )
-sha256sums=('820e7189bb824c3480bb5492ddaf04a3b8200fea747084ab35e15ad46815f8c8')
+sha256sums=('0c990c2e520069d07030f63fc861c1a8c2e287bf2fc2ae4ebf24504d89cd1b64')
install=${pkgname}.install
build() {