From 569a3ad411489a31ccadcd484f6851d31e691518 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Reynolds?= Date: Sat, 4 Jun 2011 19:16:03 -0300 Subject: Fixed a typo on librerepkg and a better rePKGBUILD.proto --- rePKGBUILD.proto | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'rePKGBUILD.proto') diff --git a/rePKGBUILD.proto b/rePKGBUILD.proto index 17342ce..5ef53c1 100644 --- a/rePKGBUILD.proto +++ b/rePKGBUILD.proto @@ -6,17 +6,17 @@ # Maintainer: Your Name source PKGBUILD unset build package md5sums source -_repo= +_repo= # Put the repo here source=(PKGBUILD - http://mirrors.kernel.org/archlinux/${_repo}/os/$CARCH/$pkgname-$pkgver.tar.gz + http://mirrors.kernel.org/archlinux/${_repo}/os/${CARCH}/${pkgname%-libre}-$pkgver-$pkgrel-$CARCH$PKGEXT # files for pkg modifications ) build() { cd "${srcdir}/" - rm .{INSTALL,PKGINFO} $_pkgbase-$pkgver-$_pkgrel-$CARCH.pkg.tar.xz - # actions for package modifications - # be sure to remove source files + rm .{INSTALL,PKGINFO} ${pkgname%-libre}-$pkgver-$pkgrel-$CARCH$PKGEXT + # put actions for package modifications below this line + } package() { @@ -25,4 +25,4 @@ package() { } -# vim:set ts=2 sw=2 et: \ No newline at end of file +# vim:set ts=2 sw=2 et: -- cgit v1.2.3-2-g168b