summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Tran2019-07-29 19:25:55 +1000
committerVictor Tran2019-07-29 19:25:55 +1000
commit224b6d9158157f90561ee26e88e01047f74f4c52 (patch)
treec9bfdb24a84534deb4317e80abcd8641918ab653
parentea8e2fd4bbac66c6e7a263a4e60a952332c50f5b (diff)
downloadaur-224b6d9158157f90561ee26e88e01047f74f4c52.tar.gz
Update to 2.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f06e8e89a0e..08d2dcb1208c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = the-libs
pkgdesc = Common libraries for the- applications by Victor Tran
- pkgver = 1.8.1
+ pkgver = 2.0
pkgrel = 0
url = https://github.com/vicr123/the-libs
arch = x86_64
@@ -8,8 +8,12 @@ pkgbase = the-libs
makedepends = git
makedepends = qt5-tools
depends = qt5-base
- source = the-libs-1.8.1::git+https://github.com/vicr123/the-libs#branch=master
- md5sums = SKIP
+ depends = qt5-multimedia
+ depends = qt5-svg
+ depends = qt5-x11extras
+ depends = gsettings-qt
+ source = the-libs-2.0::https://github.com/vicr123/the-libs/archive/v2.0.tar.gz
+ sha256sums = 355ab18d8a88ec2ae37d091c4e885f50bf5267237c4348aa1712c16215d8ed35
pkgname = the-libs
diff --git a/PKGBUILD b/PKGBUILD
index d0a629f519c1..44c3ee1d19d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Victor Tran <vicr12345 at gmail dot com>
pkgname=the-libs
-pkgver=1.8.1
+pkgver=2.0
pkgrel=0
pkgdesc="Common libraries for the- applications by Victor Tran"
arch=("x86_64")
url="https://github.com/vicr123/the-libs"
license=('GPL3')
-depends=('qt5-base')
+depends=('qt5-base' 'qt5-multimedia' 'qt5-svg' 'qt5-x11extras' 'gsettings-qt')
makedepends=('git' 'qt5-tools')
-source=("$pkgname-$pkgver"::'git+https://github.com/vicr123/the-libs#branch=master')
-md5sums=('SKIP')
+source=("$pkgname-$pkgver"::"https://github.com/vicr123/the-libs/archive/v2.0.tar.gz")
+sha256sums=('355ab18d8a88ec2ae37d091c4e885f50bf5267237c4348aa1712c16215d8ed35')
build() {
cd "$pkgname-$pkgver"