potrace: fix source

This commit is contained in:
Danny Rawlins 2020-05-28 22:13:08 +10:00
parent 82ff024830
commit 501bd353d5
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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