summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Tran2022-02-07 00:03:37 +1100
committerVictor Tran2022-02-07 00:03:37 +1100
commit4f341c3d879d32a5084b3369290c0ebc41534f37 (patch)
treed38a7cfcabb31dfcdcbfce946f07602f9d21faeb
parent71e25edfc331b1c49b4ee25160b668a6e726701d (diff)
downloadaur-the-libs.tar.gz
Update to 5.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5d81eb7aec5..d39ab2783609 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = the-libs
pkgdesc = Common libraries for the- applications by Victor Tran
- pkgver = 5.0
+ pkgver = 5.1
pkgrel = 0
url = https://github.com/vicr123/the-libs
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = the-libs
depends = qt5-svg
depends = qt5-x11extras
depends = gsettings-qt
- source = the-libs-5.0::https://github.com/vicr123/the-libs/archive/v5.0.tar.gz
- sha256sums = e97aa772a0b329bc7fc2c2e649cd0718342b33b86e12fcd2ceb99872b7ce2de6
+ source = the-libs-5.1::https://github.com/vicr123/the-libs/archive/v5.1.tar.gz
+ sha256sums = 2ad711ccdb3b01d09fbe4b2165657b6b837664cafddfa8690a1c371dc7501c57
pkgname = the-libs
diff --git a/PKGBUILD b/PKGBUILD
index 38585b84c2f0..09bf1131dfed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Victor Tran <vicr12345 at gmail dot com>
pkgname=the-libs
-pkgver=5.0
+pkgver=5.1
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/v5.0.tar.gz")
-sha256sums=('e97aa772a0b329bc7fc2c2e649cd0718342b33b86e12fcd2ceb99872b7ce2de6')
+source=("$pkgname-$pkgver"::"https://github.com/vicr123/the-libs/archive/v$pkgver.tar.gz")
+sha256sums=('2ad711ccdb3b01d09fbe4b2165657b6b837664cafddfa8690a1c371dc7501c57')
build() {
cd "$pkgname-$pkgver"