diff options
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 |