Update devscripts to 2.15.5
Thanks to 'doctorcolossus' See: https://aur.archlinux.org/packages/devscripts/
This commit is contained in:
6
PKGBUILD
6
PKGBUILD
@@ -5,7 +5,7 @@
|
|||||||
# Contributor: JD Horelick <jdhore1@gmail.com>
|
# Contributor: JD Horelick <jdhore1@gmail.com>
|
||||||
|
|
||||||
pkgname=devscripts
|
pkgname=devscripts
|
||||||
pkgver=2.15.4
|
pkgver=2.15.5
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Scripts to make the life of a Debian Package maintainer easier"
|
pkgdesc="Scripts to make the life of a Debian Package maintainer easier"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
@@ -17,8 +17,8 @@ makedepends=('po4a' 'perl-timedate' 'perl-libwww' 'docbook-xsl' 'perl-file-deskt
|
|||||||
options=('!makeflags')
|
options=('!makeflags')
|
||||||
source=(http://ftp.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}.tar.xz fixes.patch devscripts.install)
|
source=(http://ftp.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}.tar.xz fixes.patch devscripts.install)
|
||||||
install='devscripts.install'
|
install='devscripts.install'
|
||||||
md5sums=('940e520d057b68fa565f15f057e73d52'
|
md5sums=('dbcf6ba9a619f698a2136099ecb4f1af'
|
||||||
'8a1a9315dabe0403c92938680319eae6'
|
'046df590290194cb1e47a0fe9cc37d83'
|
||||||
'5ca9e31b6cbe4f32115dedd3a2c2d5b0')
|
'5ca9e31b6cbe4f32115dedd3a2c2d5b0')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|||||||
@@ -29,12 +29,12 @@
|
|||||||
|
|
||||||
# There is a slight chance this gets called twice, once here from here and once
|
# There is a slight chance this gets called twice, once here from here and once
|
||||||
# from ../po4a/Makefile. Treat files with care.
|
# from ../po4a/Makefile. Treat files with care.
|
||||||
@@ -92,7 +92,7 @@
|
@@ -89,7 +89,7 @@
|
||||||
$(foreach python,$(shell py3versions -r ../debian/control),$(python) setup.py test$(\n))
|
$(foreach python,$(shell py3versions -r ../debian/control),$(python) setup.py test$(\n))
|
||||||
|
|
||||||
install: all
|
install: all
|
||||||
- python3 setup.py install --root="$(DESTDIR)" --no-compile --install-layout=deb
|
- python3 setup.py install --root="$(DESTDIR)" --no-compile --install-layout=deb
|
||||||
+ python3 setup.py install --root="$(DESTDIR)" --no-compile
|
+ python3 setup.py install --root="$(DESTDIR)" --no-compile
|
||||||
install -dD $(DESTDIR)$(BINDIR) $(DESTDIR)$(PKGLIBDIR)
|
|
||||||
cp $(SCRIPTS) $(DESTDIR)$(BINDIR)
|
cp $(SCRIPTS) $(DESTDIR)$(BINDIR)
|
||||||
ln -sf edit-patch $(DESTDIR)$(BINDIR)/add-patch
|
ln -sf edit-patch $(DESTDIR)$(BINDIR)/add-patch
|
||||||
|
install -d $(DESTDIR)$(COMPL_DIR)
|
||||||
|
|||||||
Reference in New Issue
Block a user