diff options
author | okxa | 2022-08-18 18:41:27 +0300 |
---|---|---|
committer | okxa | 2022-08-18 18:43:26 +0300 |
commit | b86dda380c983014d70bf372ced747818faa0823 (patch) | |
tree | 25153d8395a56154c2acc1c97263465b40c248ce | |
parent | 308c6ac0a6bd9266ab0c983e5551cba0fe4eeafa (diff) | |
download | aur-b86dda380c983014d70bf372ced747818faa0823.tar.gz |
update to latest release
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ # Maintainer: Okxa <dev at okxa dot fi> pkgname=qddcswitch -pkgver=1.1.0.1 -pkgrel=2 +pkgver=1.1.0.2 +pkgrel=1 pkgdesc="A Simple Qt frontend for switching display inputs with ddcutil." arch=('x86_64') url="https://codeberg.org/Okxa/qddcswitch" @@ -31,4 +31,4 @@ package() { install -dm755 bin/locale "$pkgdir/usr/share/$pkgname/locale" install -Dm644 bin/locale/* "$pkgdir/usr/share/$pkgname/locale/" } -md5sums=('bd407467f829b7529eb059d316eac6cf') +md5sums=('f3f3cfc0aac836efcfd2106a1c6f939b') |