diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2020-05-28 22:13:08 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2020-05-29 01:02:53 +1000 |
commit | 501bd353d537de02b43b9cc2ba0711d2f3f67533 (patch) | |
tree | 413f308cd9ba67f56c637760f7f0d5f842897ace /potrace | |
parent | 82ff0248302fb8dbe2c5d42929cf1946bf2c6ddd (diff) | |
download | contrib-501bd353d537de02b43b9cc2ba0711d2f3f67533.tar.gz contrib-501bd353d537de02b43b9cc2ba0711d2f3f67533.tar.xz |
potrace: fix source
Diffstat (limited to 'potrace')
-rw-r--r-- | potrace/.signature | 4 | ||||
-rw-r--r-- | potrace/Pkgfile | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/potrace/.signature b/potrace/.signature index beecaa1fc..928067e3f 100644 --- a/potrace/.signature +++ b/potrace/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3+UBuot3WLaZgE+z8qenrkeGVNBcuJezP9spcsc7gwpQT68XdawPfMVAW2jDhT/EnHpXRjxp+Ms4w9IfAwDGZAU= -SHA256 (Pkgfile) = 3490803966a738ac515b733b101f805bad857c3b6a33aba19d26ed684584b577 +RWSagIOpLGJF37yq75qPZ1kLDgnu5WURCKHyFAw8p6b6WDZn4mJ8UPdS98iO7GaA2Os89N6b/riiL3nKAdKZNGwgcUt4JWz3zww= +SHA256 (Pkgfile) = fc94a8dcc901fa14e87905e29bccf8bcc8aea79a36f2870583a43c5d4b7ffd8e SHA256 (.footprint) = c02548b6d39a94a29c4d01808c3007eb782bc748dd0140dcf0a1b7e036ef7e37 SHA256 (potrace-1.16.tar.gz) = be8248a17dedd6ccbaab2fcc45835bb0502d062e40fbded3bc56028ce5eb7acc diff --git a/potrace/Pkgfile b/potrace/Pkgfile index 8e6184077..c7e8424b9 100644 --- a/potrace/Pkgfile +++ b/potrace/Pkgfile @@ -6,7 +6,7 @@ name=potrace version=1.16 release=1 -source=(https://sourceforge.net/projects/$name/files/$version/$name-$version.tar.gz) +source=(http://potrace.sourceforge.net/download/$version/$name-$version.tar.gz) build() { cd $name-$version @@ -15,6 +15,7 @@ build() { ./configure \ --prefix=/usr \ + --mandir=/usr/share/man \ --with-libpotrace make |