| author | Tomas Zeman <tzeman@volny.cz> |
| Wed, 15 Feb 2012 15:36:20 +0100 | |
| changeset 121 | d669bbac7e8d |
| permissions | -rw-r--r-- |
|
121
d669bbac7e8d
upgrade-1.0.patch: split into pkg patches
Tomas Zeman <tzeman@volny.cz>
parents:
diff
changeset
|
1 |
Upgrade for Frugalware 1.0 |
|
d669bbac7e8d
upgrade-1.0.patch: split into pkg patches
Tomas Zeman <tzeman@volny.cz>
parents:
diff
changeset
|
2 |
|
|
d669bbac7e8d
upgrade-1.0.patch: split into pkg patches
Tomas Zeman <tzeman@volny.cz>
parents:
diff
changeset
|
3 |
diff --git a/source/custom/guilt/FrugalBuild b/source/custom/guilt/FrugalBuild |
|
d669bbac7e8d
upgrade-1.0.patch: split into pkg patches
Tomas Zeman <tzeman@volny.cz>
parents:
diff
changeset
|
4 |
index a51a965..b75ab72 100644 |
|
d669bbac7e8d
upgrade-1.0.patch: split into pkg patches
Tomas Zeman <tzeman@volny.cz>
parents:
diff
changeset
|
5 |
--- a/source/custom/guilt/FrugalBuild |
|
d669bbac7e8d
upgrade-1.0.patch: split into pkg patches
Tomas Zeman <tzeman@volny.cz>
parents:
diff
changeset
|
6 |
+++ b/source/custom/guilt/FrugalBuild |
|
d669bbac7e8d
upgrade-1.0.patch: split into pkg patches
Tomas Zeman <tzeman@volny.cz>
parents:
diff
changeset
|
7 |
@@ -1,7 +1,7 @@ |
|
d669bbac7e8d
upgrade-1.0.patch: split into pkg patches
Tomas Zeman <tzeman@volny.cz>
parents:
diff
changeset
|
8 |
# Maintainer: <tzeman@volny.cz> |
|
d669bbac7e8d
upgrade-1.0.patch: split into pkg patches
Tomas Zeman <tzeman@volny.cz>
parents:
diff
changeset
|
9 |
|
|
d669bbac7e8d
upgrade-1.0.patch: split into pkg patches
Tomas Zeman <tzeman@volny.cz>
parents:
diff
changeset
|
10 |
pkgname=guilt |
|
d669bbac7e8d
upgrade-1.0.patch: split into pkg patches
Tomas Zeman <tzeman@volny.cz>
parents:
diff
changeset
|
11 |
-pkgver=0.31.2 |
|
d669bbac7e8d
upgrade-1.0.patch: split into pkg patches
Tomas Zeman <tzeman@volny.cz>
parents:
diff
changeset
|
12 |
+pkgver=0.32.1 |
|
d669bbac7e8d
upgrade-1.0.patch: split into pkg patches
Tomas Zeman <tzeman@volny.cz>
parents:
diff
changeset
|
13 |
pkgrel=2 |
|
d669bbac7e8d
upgrade-1.0.patch: split into pkg patches
Tomas Zeman <tzeman@volny.cz>
parents:
diff
changeset
|
14 |
pkgdesc="A Quilt-like interface on top of Git" |
|
d669bbac7e8d
upgrade-1.0.patch: split into pkg patches
Tomas Zeman <tzeman@volny.cz>
parents:
diff
changeset
|
15 |
url="http://www.kernel.org/pub/linux/kernel/people/jsipek/guilt/" |
|
d669bbac7e8d
upgrade-1.0.patch: split into pkg patches
Tomas Zeman <tzeman@volny.cz>
parents:
diff
changeset
|
16 |
@@ -11,7 +11,7 @@ groups=('custom')
|
|
d669bbac7e8d
upgrade-1.0.patch: split into pkg patches
Tomas Zeman <tzeman@volny.cz>
parents:
diff
changeset
|
17 |
archs=('i686' 'x86_64')
|
|
d669bbac7e8d
upgrade-1.0.patch: split into pkg patches
Tomas Zeman <tzeman@volny.cz>
parents:
diff
changeset
|
18 |
up2date="lynx -dump $url|Flasttar" |
|
d669bbac7e8d
upgrade-1.0.patch: split into pkg patches
Tomas Zeman <tzeman@volny.cz>
parents:
diff
changeset
|
19 |
source=($url/$pkgname-$pkgver.tar.gz) |
|
d669bbac7e8d
upgrade-1.0.patch: split into pkg patches
Tomas Zeman <tzeman@volny.cz>
parents:
diff
changeset
|
20 |
-sha1sums=('b19f0a32c80e895dbb938fff1cb4520291eb52b5')
|
|
d669bbac7e8d
upgrade-1.0.patch: split into pkg patches
Tomas Zeman <tzeman@volny.cz>
parents:
diff
changeset
|
21 |
+sha1sums=('d5d6b995100b239ca49d47fc4d40eb5a5c39ef73')
|
|
d669bbac7e8d
upgrade-1.0.patch: split into pkg patches
Tomas Zeman <tzeman@volny.cz>
parents:
diff
changeset
|
22 |
|
|
d669bbac7e8d
upgrade-1.0.patch: split into pkg patches
Tomas Zeman <tzeman@volny.cz>
parents:
diff
changeset
|
23 |
build() {
|
|
d669bbac7e8d
upgrade-1.0.patch: split into pkg patches
Tomas Zeman <tzeman@volny.cz>
parents:
diff
changeset
|
24 |
Fcd |