[arch-commits] Commit in test1/trunk (PKGBUILD)

Allan McRae allan at archlinux.org
Wed Sep 2 07:39:30 UTC 2009


    Date: Wednesday, September 2, 2009 @ 03:39:30
  Author: allan
Revision: 50860

upgpkg: t1 1-1
    testing any support

Modified:
  test1/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-09-02 07:38:07 UTC (rev 50859)
+++ PKGBUILD	2009-09-02 07:39:30 UTC (rev 50860)
@@ -1,17 +1,13 @@
-pkgname=('t1' 't2')
+pkgname=('t1')
 pkgdesc="text with spaces"
 pkgver=1
 pkgrel=1
-arch=('i686' 'x86_64')
+arch=('i686')
 
 build () {
   return 0
 }
 
-package_t1() {
+package() {
   return 0
-}
-
-package_t2() {
-  return 0
-}
+}
\ No newline at end of file




More information about the arch-commits mailing list