summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index acd6b623e3d5..fbc543aac2b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
# Generated by mksrcinfo v8
-# Sat Apr 8 14:14:32 UTC 2017
+# Mon Nov 19 00:20:11 UTC 2018
pkgbase = brogue
pkgdesc = A 26-level dungeon crawl to the Amulet of Yendor.
- pkgver = 1.7.4
- pkgrel = 2
+ pkgver = 1.7.5
+ pkgrel = 1
url = http://sites.google.com/site/broguegame/
install = brogue.install
arch = i686
arch = x86_64
license = AGPL3
depends = libtcod-151
- source = https://sites.google.com/site/broguegame/brogue-1.7.4-linux-i386.tbz2
+ source = https://sites.google.com/site/broguegame/brogue-1.7.5-linux-amd64.tbz2
source = brogue.sh
- md5sums = 8ef1d4b985b4e73685f52db80200262c
+ md5sums = 6bbd27b1a8a21caf40900130b806dedc
md5sums = 9de3fa32ba7fe562b0224417eaea5c26
pkgname = brogue
diff --git a/PKGBUILD b/PKGBUILD
index 451b2c0a096a..2d78a9077c87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
# Contributor: Joao Cordeiro <jlcordeiro at gmail dot com>
pkgname=brogue
-pkgver=1.7.4
-pkgrel=2
+pkgver=1.7.5
+pkgrel=1
pkgdesc="A 26-level dungeon crawl to the Amulet of Yendor."
arch=('i686' 'x86_64')
url="http://sites.google.com/site/broguegame/"
license=('AGPL3')
depends=('libtcod-151')
install=brogue.install
-source=(https://sites.google.com/site/broguegame/brogue-1.7.4-linux-i386.tbz2
- 'brogue.sh')
-md5sums=('8ef1d4b985b4e73685f52db80200262c'
+source=("https://sites.google.com/site/broguegame/brogue-$pkgver-linux-amd64.tbz2"
+ 'brogue.sh')
+md5sums=('6bbd27b1a8a21caf40900130b806dedc'
'9de3fa32ba7fe562b0224417eaea5c26')
build() {