summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2014-05-19 07:40:53 -0600
committerBrian Bidulock2015-06-10 22:53:21 -0600
commit428122604035dedf4e7e48ec4e4dd5734c236a4d (patch)
tree132edf34806e505722ff282431c6ce19da8bc3cc
parentea1044b909867604fa22a3c2a1ad569d31a726ab (diff)
downloadaur-428122604035dedf4e7e48ec4e4dd5734c236a4d.tar.gz
version 0.3.1-2
-rw-r--r--.SRCINFO20
-rw-r--r--PKGBUILD31
2 files changed, 36 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a1d6d2be8c5..90e03d18f14a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,26 @@
pkgbase = wmfrog
pkgdesc = A WindowMaker dock app for weather reports.
pkgver = 0.3.1
- pkgrel = 1
+ pkgrel = 2
url = http://sourceforge.net/projects/wmfrog
arch = i686
arch = x86_64
license = GPL
depends = libxpm
- source = http://http.us.debian.org/debian/pool/main/w/wmfrog/wmfrog_0.3.1.orig.tar.gz
- source = http://http.us.debian.org/debian/pool/main/w/wmfrog/wmfrog_0.3.1-1.debian.tar.xz
- md5sums = de4975f2c6a7931fdf5faa3c263aaf5f
- md5sums = 94123f2791d8fc144502540d4273b8cf
+ source = http://downloads.sourceforge.net/wmfrog/wmfrog-0.3.1.tgz
+ source = debian-orig.patch
+ source = 20-weather.pl.patch
+ source = weather.pl-new-line-skip.patch
+ source = renamed-wmfrog.c.patch
+ source = new-station-lookup-url.patch
+ source = wmfrog.1.pod
+ md5sums = 3469ae5043a7bec538dff31b4a2397ea
+ md5sums = 7b2fece308e94c6ba2281fae83ece24b
+ md5sums = 95cb86928984baa7dfe5b5a8870efa09
+ md5sums = f8872dc232a91aeaa465f9139068842c
+ md5sums = 86e8eeb4b5508c30eab08e9f51964e53
+ md5sums = 26315cb650d3f26fcd27dcac323f10b2
+ md5sums = f16d84c6bc8ea9f432c5055d6354a9f8
pkgname = wmfrog
diff --git a/PKGBUILD b/PKGBUILD
index 82bb4f5509d2..a573fda3e07b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,22 +3,33 @@
pkgname=wmfrog
pkgdesc="A WindowMaker dock app for weather reports."
pkgver=0.3.1
-pkgrel=1
+pkgrel=2
arch=(i686 x86_64)
url="http://sourceforge.net/projects/wmfrog"
license=('GPL')
depends=('libxpm')
-source=("http://http.us.debian.org/debian/pool/main/w/wmfrog/wmfrog_0.3.1.orig.tar.gz"
- "http://http.us.debian.org/debian/pool/main/w/wmfrog/wmfrog_0.3.1-1.debian.tar.xz")
-md5sums=('de4975f2c6a7931fdf5faa3c263aaf5f'
- '94123f2791d8fc144502540d4273b8cf')
+source=("http://downloads.sourceforge.net/wmfrog/wmfrog-0.3.1.tgz"
+ "debian-orig.patch"
+ "20-weather.pl.patch"
+ "weather.pl-new-line-skip.patch"
+ "renamed-wmfrog.c.patch"
+ "new-station-lookup-url.patch"
+ "wmfrog.1.pod")
+md5sums=('3469ae5043a7bec538dff31b4a2397ea'
+ '7b2fece308e94c6ba2281fae83ece24b'
+ '95cb86928984baa7dfe5b5a8870efa09'
+ 'f8872dc232a91aeaa465f9139068842c'
+ '86e8eeb4b5508c30eab08e9f51964e53'
+ '26315cb650d3f26fcd27dcac323f10b2'
+ 'f16d84c6bc8ea9f432c5055d6354a9f8')
prepare() {
cd "${srcdir}"
- patch -Np1 -b -z .orig -i debian/patches/20-weather.pl.patch
- patch -Np1 -b -z .orig -i debian/patches/weather.pl-new-line-skip.patch
- patch -Np1 -b -z .orig -i debian/patches/renamed-wmfrog.c.patch
- patch -Np1 -b -z .orig -i debian/patches/new-station-lookup-url.patch
+ patch -Np1 -b -z .orig -i debian-orig.patch
+ patch -Np1 -b -z .orig -i 20-weather.pl.patch
+ patch -Np1 -b -z .orig -i weather.pl-new-line-skip.patch
+ patch -Np1 -b -z .orig -i renamed-wmfrog.c.patch
+ patch -Np1 -b -z .orig -i new-station-lookup-url.patch
}
build() {
@@ -36,7 +47,7 @@ build() {
--nourls \
--release="$pkgname $pkgver" \
--section="1" \
- ../debian/wmfrog.1.pod >wmfrog.1
+ ../wmfrog.1.pod >wmfrog.1
}
package() {