summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12020-04-10 18:31:42 +0800
committerChocobo12020-04-10 18:31:42 +0800
commitf4e962ba7965d9d744184c923574a6b05ad2d091 (patch)
tree14a8c694543afc6d6b3a2fe3c943327b68cfb4db
parentb1145d46d079e2a5b039d192a7f9fb389bf74998 (diff)
downloadaur-f4e962ba7965d9d744184c923574a6b05ad2d091.tar.gz
upgpkg: libupnp-git 1.12.1.r3.g0497e61-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f730163ece2..bbf8dac18d9b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libupnp-git
pkgdesc = Portable open source UPnP development kit
- pkgver = 1.8.4.r18.gb3f55df
+ pkgver = 1.12.1.r3.g0497e61
pkgrel = 1
url = http://pupnp.sourceforge.net/
arch = i686
@@ -11,7 +11,7 @@ pkgbase = libupnp-git
provides = libupnp
conflicts = libupnp
options = staticlibs
- source = git+https://github.com/mrjimenez/pupnp.git
+ source = git+https://github.com/pupnp/pupnp.git
sha256sums = SKIP
pkgname = libupnp-git
diff --git a/PKGBUILD b/PKGBUILD
index 9cc496348889..da8037d327b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=libupnp-git
-pkgver=1.8.4.r18.gb3f55df
+pkgver=1.12.1.r3.g0497e61
pkgrel=1
pkgdesc="Portable open source UPnP development kit"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ makedepends=('git')
provides=('libupnp')
conflicts=('libupnp')
options=('staticlibs')
-source=("git+https://github.com/mrjimenez/pupnp.git")
+source=("git+https://github.com/pupnp/pupnp.git")
sha256sums=('SKIP')
@@ -26,7 +26,8 @@ build() {
cd "pupnp"
./bootstrap
- ./configure --prefix="/usr"
+ ./configure \
+ --prefix="/usr"
make
}
@@ -40,5 +41,5 @@ package() {
cd "pupnp"
make DESTDIR="$pkgdir" install
- install -Dm644 "COPYING" "$pkgdir/usr/share/licenses/libupnp/COPYING"
+ install -Dm644 "COPYING" -t "$pkgdir/usr/share/licenses/libupnp"
}