~alpine/devel

testing/apts: update APKBUILD to use git v0.1 instead of master v1 PROPOSED

Jeff Bilyk: 1
 testing/apts: update APKBUILD to use git v0.1 instead of master

 1 files changed, 3 insertions(+), 4 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/devel/patches/200/mbox | git am -3
Learn more about email & git

[alpine-devel] [PATCH] testing/apts: update APKBUILD to use git v0.1 instead of master Export this patch

testing/apts: update APKBUILD to use git v0.1 instead of master
---
 testing/apts/APKBUILD |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/testing/apts/APKBUILD b/testing/apts/APKBUILD
index ba6813c..9c437f2 100644
--- a/testing/apts/APKBUILD
+++ b/testing/apts/APKBUILD
@@ -2,12 +2,11 @@
# Maintainer: Jeff Bilyk <jbilyk@gmail.com>
pkgname=apts
pkgver=0.1
_pkgver="master"
pkgrel=0
pkgdesc="APTS - Alpine Package Testing Suite"
depends=
makedepends=
source="http://git.alpinelinux.org/cgit/$pkgname/snapshot/$pkgname-$_pkgver.tar.bz2
source="http://git.alpinelinux.org/cgit/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2
	"
url="http://git.alpinelinux.org/cgit/apts/"
arch="x86 x86_64"
@@ -18,7 +17,7 @@ build() {
}

package() {
	cd "$srcdir/$pkgname-$_pkgver"
	cd "$srcdir/$pkgname-$pkgver"
	mkdir -p "$pkgdir"/etc/apts
	mkdir -p "$pkgdir"/usr/bin
	mkdir -p "$pkgdir"/usr/share/$pkgname/tests
@@ -35,4 +34,4 @@ package() {
	done
}

md5sums="0eead32c26a0224f9f7afcc013fc8f52  apts-master.tar.bz2"
md5sums="3fe0fe06d9319df862186258dc60d3d5  apts-0.1.tar.bz2"
-- 
1.7.3.4



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---