summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn D Jones III2015-10-02 11:42:44 -0600
committerJohn D Jones III2015-10-02 11:42:44 -0600
commit2d3184eea1fe4fb88c02ec9917917f370466ade9 (patch)
tree783133ffdb855a42ceba78748db21019146c96af
parente04417d8846f0cb1f5bcdb3fdb8473fc36fb0f0f (diff)
downloadaur-2d3184eea1fe4fb88c02ec9917917f370466ade9.tar.gz
Fix MD5
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 434fc750a013..d974b16b1482 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,7 @@ pkgbase = jreen
provides = jreen
conflicts = jreen-git
source = jreen-1.2.0.zip::http://github.com/euroelessar/jreen/archive/v1.2.0.zip
- md5sums = ec99ee35e63dfdd22d650edbdb2e6edb
+ md5sums = 1ac6d90d17371288bebe3fc1921a977c
pkgname = jreen
diff --git a/PKGBUILD b/PKGBUILD
index 2768f82a727f..222e0045ad2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,4 @@
-# Maintainer: Kuba Serafinowski <zizzfizzix(at)gmail(dot)com>
-# https://github.com/zizzfizzix/pkgbuilds
+# Maintainer: John D Jones III AKA jnbek <jnbek1972 -_AT_- g m a i l -_Dot_- com>
##############################################################
#### The section below can be adjusted to suit your needs ####
@@ -24,7 +23,7 @@ makedepends=('cmake')
provides=('jreen')
conflicts=('jreen-git')
source=("${pkgname}-${pkgver}.zip::http://github.com/euroelessar/${pkgname}/archive/v${pkgver}.zip")
-md5sums=('ec99ee35e63dfdd22d650edbdb2e6edb')
+md5sums=('1ac6d90d17371288bebe3fc1921a977c')
if [[ ! ${_buildtype} == 'Release' ]] && [[ ! ${_buildtype} == 'release' ]]; then
options=('debug')