summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Engestrom2017-06-19 00:39:58 +0100
committerEric Engestrom2017-06-19 00:39:58 +0100
commitd07cca438b21a76786f7aefdc733a302bdfe10ae (patch)
tree90bc62c72e865b9203ccfd1ae2f845b3f93400b3
parent19975355702db2f8917decaa225b71ffeaa981ee (diff)
downloadaur-d07cca438b21a76786f7aefdc733a302bdfe10ae.tar.gz
update website and source url
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5cbc9e4f38dd..52e944a99561 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = pgf-umlsd
pkgdesc = Some LaTeX macros for UML Sequence Diagrams
pkgver = 0.7
- pkgrel = 2
- url = https://code.google.com/p/pgf-umlsd/
+ pkgrel = 3
+ url = https://www.ctan.org/pkg/pgf-umlsd
install = pgf-umlsd.install
arch = any
license = GPL3
depends = texlive-core
- source = https://pgf-umlsd.googlecode.com/files/pgf-umlsd-0.7.zip
- md5sums = 9857cef889b662879c2f78516adc0144
+ source = https://github.com/xuyuan/pgf-umlsd/raw/master/release/pgf-umlsd-0.7/pgf-umlsd.sty
+ sha1sums = 396c99e6b6c24db157e1459c65feffed45840652
pkgname = pgf-umlsd
diff --git a/PKGBUILD b/PKGBUILD
index 1d6ca5f43a89..fb134c508bd4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
pkgname=pgf-umlsd
pkgver=0.7
-pkgrel=2
+pkgrel=3
pkgdesc="Some LaTeX macros for UML Sequence Diagrams"
-url="https://code.google.com/p/pgf-umlsd/"
+url="https://www.ctan.org/pkg/pgf-umlsd"
license=('GPL3')
arch=('any')
depends=('texlive-core')
install=${pkgname}.install
-source=("https://${pkgname}.googlecode.com/files/${pkgname}-${pkgver}.zip")
-md5sums=('9857cef889b662879c2f78516adc0144')
+source=("https://github.com/xuyuan/pgf-umlsd/raw/master/release/${pkgname}-${pkgver}/pgf-umlsd.sty")
+sha1sums=('396c99e6b6c24db157e1459c65feffed45840652')
package() {
- install -Dm644 "${srcdir}/${pkgname}-${pkgver}/${pkgname}.sty" "${pkgdir}/usr/share/texmf/tex/latex/${pkgname}/${pkgname}.sty"
+ install -Dm644 "${srcdir}/${pkgname}.sty" "${pkgdir}/usr/share/texmf/tex/latex/${pkgname}/${pkgname}.sty"
}