Skip to content

Commit

Permalink
libupnp 1.6.22
Browse files Browse the repository at this point in the history
ispell 3.4.00, patch no longer applies, test without
  • Loading branch information
demmm committed May 28, 2017
1 parent a6082bb commit 7671942
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions ispell/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@

pkgname=ispell
pkgver=3.3.02
pkgver=3.4.00
pkgrel=1
pkgdesc="Fast screen-oriented spelling checker that shows you your errors in the context of the original file"
arch=('x86_64')
url="http://ficus-www.cs.ucla.edu/geoff/ispell.html"
url="https://ficus-www.cs.ucla.edu/geoff/ispell.html"
license=('BSD')
depends=('ncurses')
options=('!makeflags')
source=("http://fmg-www.cs.ucla.edu/geoff/tars/${pkgname}-${pkgver}.tar.gz"
'license.txt'
'getline.patch')
md5sums=('12087d7555fc2b746425cd167af480fe'
md5sums=('051c0946858e15797aed999b21276226'
'bf51b6181b9914dedc266ba970bb7319'
'1dca21c5d56405fe592175c3dde2fda2')

build() {
cd ${pkgname}-${pkgver}
patch -p0 -i ${srcdir}/getline.patch
#patch -p0 -i ${srcdir}/getline.patch

sed -i -e 's/#undef USG/#define USG/' \
-e 's|/usr/local|/usr|' \
Expand Down
6 changes: 3 additions & 3 deletions libupnp/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@

pkgname=libupnp
pkgver=1.6.21
pkgver=1.6.22
pkgrel=1
pkgdesc="Portable UPnP development kit."
arch=('x86_64')
url="https://github.com/mrjimenez/pupnp"
license=('BSD')
depends=('glibc')
source=("http://sourceforge.net/projects/pupnp/files/pupnp/libUPnP%20${pkgver}/${pkgname}-${pkgver}.tar.bz2")
md5sums=('513adadb07fa039a8aeb0ceb7b7b0f6e')
source=("https://sourceforge.net/projects/pupnp/files/pupnp/libUPnP%20${pkgver}/${pkgname}-${pkgver}.tar.bz2")
md5sums=('530e91e96119ee32a9523a73572b8d8f')

build() {
cd ${pkgname}-${pkgver}
Expand Down

0 comments on commit 7671942

Please sign in to comment.