summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid McInnis2015-11-13 21:39:48 -0800
committerDavid McInnis2015-11-13 21:39:48 -0800
commit471ec313d2e5cf5f275b84c92a85137b500524a1 (patch)
tree56fa9d2eb34f0105597e22749dbbce1cfc7e4852
parentacb1867a12ba8d534814e226096606947e2f6f39 (diff)
downloadaur-471ec313d2e5cf5f275b84c92a85137b500524a1.tar.gz
fixed problem with 404
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9d8d5fc977e..692aee07c67c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = texlive-ewuthesis
pkgdesc = Style for Master's Thesis at Eastern Washington University
- pkgver = 2015.11.11
+ pkgver = 2015.11.13
pkgrel = 1
url = https://github.com/oraac/texlive-ewuthesis
install = texlive-ewuthesis.install
@@ -10,8 +10,8 @@ pkgbase = texlive-ewuthesis
depends = texlive-htmlxml
depends = texlive-plainextra
depends = texlive-langextra
- source = ewuthesis-2015.11.11.tgz::https://github.com/oraac/texlive-ewuthesis/blob/master/packaged/ewuthesis-2015.11.11.tgz?raw=true
- sha256sums = 51be7716606f9d78a2277a54ced8afc93104186bb55b8243ed1fddd63d25b228
+ source = ewuthesis.tgz::https://github.com/oraac/texlive-ewuthesis/blob/master/packaged/ewuthesis.tgz?raw=true
+ sha256sums = b27b76d9b0b3019cfb1f9cf691ebe5f551f1a906e22953058809612a5eed0b32
pkgname = texlive-ewuthesis
diff --git a/PKGBUILD b/PKGBUILD
index 4a17f4bcdae4..1fd46073029c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: David McInnis<davidm@eagles.ewu.edu>
pkgname=texlive-ewuthesis
-pkgver=2015.11.11
+pkgver=2015.11.13
pkgrel=1
pkgdesc="Style for Master's Thesis at Eastern Washington University"
license=('LPPL')
arch=(any)
depends=('texlive-core' 'texlive-htmlxml' 'texlive-plainextra' 'texlive-langextra')
url='https://github.com/oraac/texlive-ewuthesis'
-source=("ewuthesis-${pkgver}.tgz::https://github.com/oraac/texlive-ewuthesis/blob/master/packaged/ewuthesis-${pkgver}.tgz?raw=true")
+source=("ewuthesis.tgz::https://github.com/oraac/texlive-ewuthesis/blob/master/packaged/ewuthesis.tgz?raw=true")
install=texlive-ewuthesis.install
-sha256sums=('51be7716606f9d78a2277a54ced8afc93104186bb55b8243ed1fddd63d25b228')
+sha256sums=('b27b76d9b0b3019cfb1f9cf691ebe5f551f1a906e22953058809612a5eed0b32')
build() {
cd "$srcdir/$pkgname"