summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Tran2021-04-28 16:42:59 +1000
committerVictor Tran2021-04-28 16:42:59 +1000
commit0644caa5da79d549b26d97dcda16e2df543061f2 (patch)
tree64f11b0ea56ed43523c7668c61d4971d0569e8f4
parent2c6664b5b7bdcad82894fbf041c3527866aa3d9b (diff)
downloadaur-0644caa5da79d549b26d97dcda16e2df543061f2.tar.gz
Update to 4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33e6e88e26f2..ca38b32e96c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = the-libs
pkgdesc = Common libraries for the- applications by Victor Tran
- pkgver = 3.0
+ pkgver = 4.0
pkgrel = 0
url = https://github.com/vicr123/the-libs
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = the-libs
depends = qt5-svg
depends = qt5-x11extras
depends = gsettings-qt
- source = the-libs-3.0::https://github.com/vicr123/the-libs/archive/v3.0.tar.gz
- sha256sums = d58dc201f97b762029043d6074fb3d947f511f7049dc295283315e966dec4443
+ source = the-libs-4.0::https://github.com/vicr123/the-libs/archive/v4.0.tar.gz
+ sha256sums = de10d868853c314c9c4f856878895477c18ce0113fa8d26a32fe76642d797d58
pkgname = the-libs
diff --git a/PKGBUILD b/PKGBUILD
index 992ce535d19b..c3dfe597d7d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Victor Tran <vicr12345 at gmail dot com>
pkgname=the-libs
-pkgver=3.0
+pkgver=4.0
pkgrel=0
pkgdesc="Common libraries for the- applications by Victor Tran"
arch=("x86_64")
@@ -9,8 +9,8 @@ url="https://github.com/vicr123/the-libs"
license=('GPL3')
depends=('qt5-base' 'qt5-multimedia' 'qt5-svg' 'qt5-x11extras' 'gsettings-qt')
makedepends=('git' 'qt5-tools')
-source=("$pkgname-$pkgver"::"https://github.com/vicr123/the-libs/archive/v3.0.tar.gz")
-sha256sums=('d58dc201f97b762029043d6074fb3d947f511f7049dc295283315e966dec4443')
+source=("$pkgname-$pkgver"::"https://github.com/vicr123/the-libs/archive/v4.0.tar.gz")
+sha256sums=('de10d868853c314c9c4f856878895477c18ce0113fa8d26a32fe76642d797d58')
build() {
cd "$pkgname-$pkgver"