summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGAZDOWN2018-05-12 19:23:48 +0200
committerGAZDOWN2018-05-12 19:34:58 +0200
commitcae686c21f5c8187b6d35490e185f12bc8669a62 (patch)
treeef24cbbc64d38b312cde824a7a1554e4209ebe2f /PKGBUILD
parent9e3cc327ea532468455b424059657f6336544277 (diff)
downloadaur-cae686c21f5c8187b6d35490e185f12bc8669a62.tar.gz
fixed libupnp18.install sha sum
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b0c128297a79..e627e97707cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,17 +4,15 @@ pkgname=libupnp18
_pkgname=libupnp
pkgver=1.8.3
_pkgver=1.8
-pkgrel=4
+pkgrel=5
pkgdesc='A separate installation of libupnp 1.8 branch'
url='http://pupnp.sourceforge.net/'
arch=('x86_64')
license=('BSD')
depends=('glibc')
makedepends=('pkgconfig')
-source=(https://downloads.sourceforge.net/sourceforge/pupnp/${_pkgname}-${pkgver}.tar.bz2
- ${pkgname}.install)
-sha256sums=('9afa0b09faa9ebd9e8a6425ddbfe8d1d856544c49b1f86fde221219e569a308d'
- '61e35270c6bf6206a209cfd9d014cb6d076927bebfb34cb173694ab3199ad57c')
+source=(https://downloads.sourceforge.net/sourceforge/pupnp/${_pkgname}-${pkgver}.tar.bz2)
+sha256sums=('9afa0b09faa9ebd9e8a6425ddbfe8d1d856544c49b1f86fde221219e569a308d')
prepare() {
cd ${_pkgname}-${pkgver}