summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFernando Cladera2021-06-05 11:26:18 -0400
committerFernando Cladera2021-06-05 11:26:18 -0400
commit7d1662d985c817b074774db1d232584c1b5da939 (patch)
tree970090634ef885617f5695e10321d64e19cfc2d3
parentf10b009a656fea7fd332b37b62ef0f4f63e67933 (diff)
downloadaur-7d1662d985c817b074774db1d232584c1b5da939.tar.gz
New repo source
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e72a391d32d7..6c271f5f855d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = texlive-moderncv-git
pkgdesc = A modern curriculum vitae class for LaTeX
- pkgver = v2.0.0.r10.g2033517
- pkgrel = 3
- url = https://github.com/xdanaux/moderncv
+ pkgver = v2.1.0.r11.gb8dfa6b
+ pkgrel = 1
+ url = https://github.com/moderncv/moderncv.git
arch = any
license = The LaTeX Project Public LiĀ­cense, version 1.3c
makedepends = git
@@ -12,7 +12,7 @@ pkgbase = texlive-moderncv-git
depends = ttf-font-awesome
provides = texlive-moderncv
conflicts = texlive-moderncv
- source = git+https://github.com/xdanaux/moderncv.git
+ source = git+https://github.com/moderncv/moderncv.git
md5sums = SKIP
pkgname = texlive-moderncv-git
diff --git a/PKGBUILD b/PKGBUILD
index 2cb239a665f4..094c7648ac53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
_pkgname=moderncv
pkgname=texlive-moderncv-git
-pkgver=v2.0.0.r10.g2033517
-pkgrel=3
+pkgver=v2.1.0.r11.gb8dfa6b
+pkgrel=1
pkgdesc=" A modern curriculum vitae class for LaTeX"
arch=('any')
-url="https://github.com/xdanaux/moderncv"
+url="https://github.com/moderncv/moderncv.git"
license=('The LaTeX Project Public LiĀ­cense, version 1.3c')
depends=('texlive-core' 'texlive-latexextra' 'texlive-fontsextra' 'ttf-font-awesome')
makedepends=('git')
conflicts=('texlive-moderncv')
provides=('texlive-moderncv')
# I use my personal repo until xdanaux adds a tag in his repo
-source=("git+https://github.com/xdanaux/moderncv.git")
+source=("git+https://github.com/moderncv/moderncv.git")
md5sums=('SKIP')
prepare() {