First complete

This commit is contained in:
moparisthebest
2016-11-05 02:18:08 -04:00
parent 0887a41178
commit fd2414b131
82 changed files with 1689 additions and 6 deletions

View File

@@ -0,0 +1,19 @@
# Generated by mksrcinfo v8
# Sat Oct 29 10:38:01 UTC 2016
pkgbase = pacman-contrib-git
pkgdesc = pacman contributions (Git version)
pkgver = 0.0.1.r8.g86adc7b
pkgrel = 1
url = https://git.archlinux.org/pacman-contrib.git
arch = any
license = GPL
makedepends = asciidoc
makedepends = git
depends = pacman-git
provides = pacman-contrib
replaces = pacman-contrib
source = git+https://git.archlinux.org/pacman-contrib.git
sha512sums = SKIP
pkgname = pacman-contrib-git

View File

@@ -14,10 +14,10 @@ makedepends=('asciidoc' 'git')
source=("git+$url")
sha512sums=('SKIP')
pkgver() {
cd ${pkgname}
git describe --long --tags | sed -r 's/^v//; s/([^-]*-g)/r\1/; s/-/./g'
}
#pkgver() {
# cd ${pkgname}
# git describe --long --tags | sed -r 's/^v//; s/([^-]*-g)/r\1/; s/-/./g'
#}
build() {
cd ${pkgname}