diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-07-16 16:09:20 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-07-16 16:09:20 +0000 |
commit | f72cc1be521f68ccad09a5807b67a1d3af24b8ff (patch) | |
tree | 5c4a90401bbc16a2b9f96178f88ef7653d2af096 /sword | |
parent | 1b3b76238918868fe608f0fb077dc1292f8ba5aa (diff) |
upgrade sword and move opie-dagger (which has been fixed upstream) out of nonworking
BKrev: 40f7fdb0CBqWoAo8WDdjJnvQAPzzFw
Diffstat (limited to 'sword')
-rw-r--r-- | sword/sword_1.5.7.oe | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sword/sword_1.5.7.oe b/sword/sword_1.5.7.oe index f599abea7f..3eba7c649e 100644 --- a/sword/sword_1.5.7.oe +++ b/sword/sword_1.5.7.oe @@ -4,10 +4,9 @@ SECTION = "libs" PRIORITY = "optional" DEPENDS = "clucene curl" RDEPENDS = "clucene curl" -PR = "2" +PR = "r3" -SRC_URI = "${DEBIAN_MIRROR}/main/s/sword/sword_${PV}.orig.tar.gz \ - ${DEBIAN_MIRROR}/main/s/sword/sword_${PV}-${PR}.diff.gz;patch=1" +SRC_URI = "http://www.crosswire.org/~dglassey/sword-1.5.7a.tar.gz" inherit autotools |