Adrian Schröter ca67a20089 Accepting request 629049 from home:ItachiSan:archlinux
ArchLinux fixes and tarball updates
- Update the pkgver field for proper build of the package
- Enable the set_version service for the PKGBUILD
- Update the sources tarball

OBS-URL: https://build.opensuse.org/request/show/629049
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-tar_scm?expand=0&rev=205
2018-08-24 06:45:16 +00:00

20 lines
699 B
Bash

pkgname=obs-service-tar_scm
pkgver=0.9.1.1530616709.1329314
pkgrel=0
pkgdesc="Source Service for the OpenSUSE Build Service (OBS)"
arch=('any')
url="https://github.com/openSUSE/obs-service-tar_scm"
license=('GPL3')
groups=('base-devel')
makedepends=('python2' 'python2-yaml' 'python2-dateutil' 'python2-lxml' 'python2-mock' 'python2-unittest2' 'bzr' 'git' 'mercurial' 'subversion' )
depends=('python2' 'python2-yaml' 'python2-dateutil' 'python2-argparse' 'cpio' 'git' 'bzr' 'mercurial' 'subversion' )
source=("obs-service-tar_scm-${pkgver}.tar.gz")
provides=('obs-service-tar')
sha256sums=('SKIP')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" PREFIX=/usr install
}