summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle2019-01-31 08:42:14 -0500
committerKyle2019-01-31 08:42:14 -0500
commitb421cd5be649e2690542ee2e226162d6be493245 (patch)
tree8e4780fefe9bd6a8bf05b99ebb5e4ba7c050eba6
parent5839cb5cfe3c57ceac6a040647955be8c4c56e43 (diff)
downloadaur-talkingarch-git.tar.gz
updated maintainer header
Upstream URL again points to official website Updated upstream git to reflect Gitlab migration Updated pkgver field, which should be updated at build time
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa2ad353dba9..3682c9d182a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,10 @@
+# Generated by mksrcinfo v8
+# Thu Jan 31 13:39:07 UTC 2019
pkgbase = talkingarch-git
pkgdesc = Builds TalkingArch, an unofficial Arch Linux live CD with speech and braille support added
- pkgver = v1.r13.1f99984
+ pkgver = 0.0
pkgrel = 1
- url = https://talkingarch.info/
+ url = https://talkingarch.tk/
arch = x86_64
license = GPL
makedepends = git
@@ -11,7 +13,7 @@ pkgbase = talkingarch-git
depends = archiso-git
provides = talkingarch
conflicts = talkingarch
- source = git+https://github.com/erik-pro/talkingarch.git
+ source = git+https://gitlab.com/talkingarch/talkingarch.git
md5sums = SKIP
pkgname = talkingarch-git
diff --git a/PKGBUILD b/PKGBUILD
index 3dcf256d6848..0d8e238bca83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,25 +1,25 @@
-# Maintainer: erik-pro <aarnaarn2@gmail.com>
+# Maintainer: Michael Taboada <michael@2mb.solutions>
# Contributor: Kelly Prescott <kprescott@coolip.net>
# Contributor: Kyle <kyle@gmx.ca>
# Contributor: Chris Brannon <cmbrannon79@gmail.com>
pkgname=talkingarch-git
-pkgver=1.1.r0.g1f99984
+pkgver=0.0
pkgrel=1
pkgdesc="Builds TalkingArch, an unofficial Arch Linux live CD with speech and braille support added"
arch=('x86_64')
-url="https://talkingarch.info/"
+url="https://talkingarch.tk/"
license=('GPL')
depends=(archiso-git)
makedepends=(git sox opus-tools)
provides=(talkingarch)
conflicts=(talkingarch)
-source=(git+https://github.com/erik-pro/talkingarch.git)
+source=(git+https://gitlab.com/talkingarch/talkingarch.git)
md5sums=('SKIP')
pkgver() {
cd talkingarch
- # cutting off 'v' prefix that presents in the git tag
+ # cutting off 'v' prefix that presents in the git tag
printf "%s" "$(git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g')"
}