First complete
This commit is contained in:
19
src/pacman-contrib/.SRCINFO
Normal file
19
src/pacman-contrib/.SRCINFO
Normal 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
|
||||
|
@@ -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}
|
||||
|
Reference in New Issue
Block a user