summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralexdiaconescu2018-08-25 12:37:59 +0300
committeralexdiaconescu2018-08-25 12:37:59 +0300
commit10c59e42f6fff8f2d9f179e4b97be9bec01d2f0b (patch)
tree5aa346422a467f3c5762ae05348453e1bada82ba
parentb89d055f81fc3e3cd8c103b1cda7441949ef95ef (diff)
downloadaur-10c59e42f6fff8f2d9f179e4b97be9bec01d2f0b.tar.gz
Update to 0.29
-rw-r--r--.SRCINFO11
-rw-r--r--ChangeLog13
-rw-r--r--PKGBUILD9
3 files changed, 10 insertions, 23 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ef94181691c..654a2b955337 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
+# Generated by mksrcinfo v8
+# Sat Aug 25 09:37:37 UTC 2018
pkgbase = mingw-w64-liblo
pkgdesc = A lightweight OSC (Open Sound Control) implementation (mingw-w64)
- pkgver = 0.28
- pkgrel = 3
+ pkgver = 0.29
+ pkgrel = 1
url = http://liblo.sourceforge.net/
- changelog = ChangeLog
arch = any
license = LGPL
makedepends = mingw-w64-configure
@@ -11,8 +12,8 @@ pkgbase = mingw-w64-liblo
options = !strip
options = !buildflags
options = staticlibs
- source = http://downloads.sourceforge.net/project/liblo/liblo/0.28/liblo-0.28.tar.gz
- md5sums = e2a4391a08b49bb316c03e2034e06fa2
+ source = https://github.com/radarsat1/liblo/releases/download/0.29/liblo-0.29.tar.gz
+ sha512sums = 11e20725a049c55c02ef8cd106be5802507f3df95422d8dad10009bdd1237af7517e3261c7336c3005e21ae8fd1e663badef46e4bae006c7af70520bdb336c7c
pkgname = mingw-w64-liblo
diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644
index d7ef27d8a22e..000000000000
--- a/ChangeLog
+++ /dev/null
@@ -1,13 +0,0 @@
-2015-01-14 Joermungand <jeormungand at gmail dot com>
-
- * 0.28-3 :
- changed CFLAGS in build() function
-
-2014-10-28 Joermungand <jeormungand at gmail dot com>
-
- * 0.28-2 :
- added ChangeLog.
- arch changed to 'any'.
- exe files removed.
- removed redundant dependency mingw-w64-gcc.
-
diff --git a/PKGBUILD b/PKGBUILD
index 7e9ffe49bf39..3ad51eee1211 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Joermungand <joermungand at gmail dot com>
pkgname=mingw-w64-liblo
-pkgver=0.28
-pkgrel=3
+pkgver=0.29
+pkgrel=1
pkgdesc="A lightweight OSC (Open Sound Control) implementation (mingw-w64)"
arch=('any')
url="http://liblo.sourceforge.net/"
@@ -9,9 +9,8 @@ license=('LGPL')
makedepends=('mingw-w64-configure')
depends=('mingw-w64-crt')
options=('!strip' '!buildflags' 'staticlibs')
-changelog=ChangeLog
-source=("http://downloads.sourceforge.net/project/${pkgname##*-}/${pkgname##*-}/$pkgver/${pkgname##*-}-$pkgver.tar.gz")
-md5sums=('e2a4391a08b49bb316c03e2034e06fa2')
+source=("https://github.com/radarsat1/${pkgname##*-}/releases/download/${pkgver}/${pkgname##*-}-${pkgver}.tar.gz")
+sha512sums=('11e20725a049c55c02ef8cd106be5802507f3df95422d8dad10009bdd1237af7517e3261c7336c3005e21ae8fd1e663badef46e4bae006c7af70520bdb336c7c')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"