summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjon noble2019-11-06 19:54:33 +0000
committerjon noble2019-11-06 19:54:33 +0000
commit543ec78c001e2341dbe99b45d34b57a722fca704 (patch)
tree5a381fc4a527c1f226d35b5bfe29b3bac0abdb38
parent45a76a6d5fd2ccc5b0ae3d36d40dc12ec6a22839 (diff)
downloadaur-543ec78c001e2341dbe99b45d34b57a722fca704.tar.gz
Updated to 0.0.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f1fd91efd1e..1c2c2c4f8d21 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mediahandling
pkgdesc = A library solely intended for the use in the project Chestnut by handling all media-file operations
- pkgver = 0.0.2
+ pkgver = 0.0.3
pkgrel = 1
url = https://github.com/jonno85uk/mediahandling
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = mediahandling
depends = ffmpeg
depends = boost-libs
provides = mediahandling
- source = https://github.com/jonno85uk/mediahandling/archive/0.0.2.tar.gz
- md5sums = bbd420d498ac38bae2c3150222b89651
+ source = https://github.com/jonno85uk/mediahandling/archive/0.0.3.tar.gz
+ md5sums = 5edf615b41643a438c5d410441eb7934
pkgname = mediahandling
diff --git a/PKGBUILD b/PKGBUILD
index 97cc8cc963b0..212fbd98cba0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jon Noble <jonnobleuk@gmail.com>
pkgname=mediahandling
-pkgver=0.0.2
-pkgrel=2
+pkgver=0.0.3
+pkgrel=1
pkgdesc="A library solely intended for the use in the project Chestnut by handling all media-file operations"
arch=(x86_64)
url="https://github.com/jonno85uk/mediahandling"
@@ -10,7 +10,7 @@ depends=('ffmpeg' 'boost-libs')
makedepends=('cmake')
provides=("${pkgname%}")
source=("https://github.com/jonno85uk/mediahandling/archive/${pkgver}.tar.gz")
-md5sums=('bbd420d498ac38bae2c3150222b89651')
+md5sums=('5edf615b41643a438c5d410441eb7934')
prepare() {
rm -rf "mediahandling"