summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2020-06-21 00:24:46 +0200
committerhaawda2020-06-21 00:24:46 +0200
commit6e01a6055b1c44005d6dc7bb9280c4c6be5fb099 (patch)
tree8a9a538a1a53f6c1287c9d002e12ee126b4a8b3b
parent2eb18fc58a23d4a08e48bc580c45d72d2081e445 (diff)
downloadaur-texlive-cleanthesis.tar.gz
Update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78360037746d..839c035925b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = texlive-cleanthesis
pkgdesc = A beautiful clean LaTeX style
- pkgver = 0.4.0
+ pkgver = 0.4.1
pkgrel = 1
url = http://cleanthesis.der-ric.de/
install = texlive.install
@@ -8,8 +8,8 @@ pkgbase = texlive-cleanthesis
license = LPPL
depends = texlive-core
depends = texlive-latexextra
- source = cleanthesis-0.4.0.tar.gz::https://github.com/derric/cleanthesis/archive/v0.4.0.tar.gz
- sha256sums = 5268d224595c25924e7df83edc91675e5538606c35664f29ab899c748205d399
+ source = cleanthesis-0.4.1.tar.gz::https://github.com/derric/cleanthesis/archive/v0.4.1.tar.gz
+ sha256sums = 9c669bdce79bcb2442cbf7b4d99b93ce2750a85dbb5f8e1610e2b3e0e7f887b9
pkgname = texlive-cleanthesis
diff --git a/PKGBUILD b/PKGBUILD
index dbf59a598f9d..a36ac46917de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=cleanthesis
pkgname=texlive-${_name}
-pkgver=0.4.0
+pkgver=0.4.1
pkgrel=1
pkgdesc="A beautiful clean LaTeX style"
arch=("any")
@@ -11,7 +11,7 @@ url="http://cleanthesis.der-ric.de/"
license=('LPPL')
depends=('texlive-core' 'texlive-latexextra')
source=("${_name}-${pkgver}.tar.gz::https://github.com/derric/${_name}/archive/v${pkgver}.tar.gz")
-sha256sums=('5268d224595c25924e7df83edc91675e5538606c35664f29ab899c748205d399')
+sha256sums=('9c669bdce79bcb2442cbf7b4d99b93ce2750a85dbb5f8e1610e2b3e0e7f887b9')
install=texlive.install
package() {