~alpine/devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

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

Jeff Bilyk <jbilyk@gmail.com>
Details
Message ID
<1293135085-2976-1-git-send-email-jbilyk@gmail.com>
Sender timestamp
1293135085
DKIM signature
missing
Download raw message
Patch: +3 -4
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
---
Reply to thread Export thread (mbox)