summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Tatschner2021-04-19 20:59:48 +0200
committerStefan Tatschner2021-04-19 20:59:48 +0200
commit987d84d4ce77670c085e9f2aaf1b811765583a8a (patch)
tree7395969b0eec92cb8182adb5faf8e95c3a4188cf
parentc8e0721046bf6fd843e59b7fc4f15575c6304a41 (diff)
downloadaur-987d84d4ce77670c085e9f2aaf1b811765583a8a.tar.gz
upgpkg: wdisplays 1.1-1
upstream release
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3a4e9d8a7c7..25ff2ffc1156 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = wdisplays
pkgdesc = GUI display configurator for wlroots compositors
- pkgver = 1.0
- pkgrel = 3
- url = https://github.com/cyclopsian/wdisplays
+ pkgver = 1.1
+ pkgrel = 1
+ url = https://github.com/artizirk/wdisplays
arch = x86_64
license = GPL
makedepends = meson
@@ -11,8 +11,8 @@ pkgbase = wdisplays
depends = wayland
depends = wayland-protocols
provides = wdisplays
- source = wdisplays-1.0::git+https://github.com/artizirk/wdisplays#commit=a9aa7472e37a44b1aaa962d3794f68553e9f81fe
- sha256sums = SKIP
+ source = wdisplays-1.1::https://github.com/artizirk/wdisplays/archive/1.1.tar.gz
+ sha256sums = 5aa739dece0d928fe7ca2f28d7f6b4b6750559ec6a0cd0a7520a4b47cebb6f80
pkgname = wdisplays
diff --git a/PKGBUILD b/PKGBUILD
index eaca5bb6c81f..15bc48a82ac7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Stefan Tatschner <stefan@rumpelsepp.org>
pkgname=wdisplays
-pkgver=1.0
-pkgrel=3
+pkgver=1.1
+pkgrel=1
pkgdesc='GUI display configurator for wlroots compositors'
-url='https://github.com/cyclopsian/wdisplays'
+url='https://github.com/artizirk/wdisplays'
license=('GPL')
provides=('wdisplays')
arch=('x86_64')
depends=('gtk3' 'libepoxy' 'wayland' 'wayland-protocols')
makedepends=('meson')
_commit="a9aa7472e37a44b1aaa962d3794f68553e9f81fe"
-source=("$pkgname-$pkgver::git+https://github.com/artizirk/wdisplays#commit=$_commit")
-sha256sums=('SKIP')
+source=("$pkgname-$pkgver::https://github.com/artizirk/wdisplays/archive/${pkgver}.tar.gz")
+sha256sums=('5aa739dece0d928fe7ca2f28d7f6b4b6750559ec6a0cd0a7520a4b47cebb6f80')
build() {
cd "$pkgname-$pkgver"