upg libqalculate qalculate-gtk mercurial nginx nvme-cli wayland-protocols

This commit is contained in:
joborun linux 2024-05-09 02:11:04 +03:00
parent 857ecc0692
commit 59cccfa7d8
19 changed files with 143 additions and 107 deletions

View File

@ -6,25 +6,33 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=libqalculate
pkgver=5.0.0
pkgrel=02
pkgver=5.1.1
pkgrel=01
pkgdesc='Multi-purpose desktop calculator'
url='https://qalculate.github.io/'
#options=(debug) ### uncomment this for the debug pkg to be produced
depends=(curl icu gcc-libs glibc gmp libxml2 mpfr readline)
makedepends=(intltool doxygen)
makedepends=(git intltool doxygen)
optdepends=('gnuplot: for plotting support')
#source=(https://github.com/Qalculate/libqalculate/releases/download/v$pkgver/$pkgname-${pkgver}.tar.gz) ## b version right after 5.0.0
source=(https://github.com/Qalculate/libqalculate/releases/download/v$pkgver/$pkgname-${pkgver}b.tar.gz)
#source=(https://github.com/Qalculate/libqalculate/releases/download/v$pkgver/$pkgname-${pkgver}b.tar.gz)
source=(git+https://github.com/Qalculate/libqalculate#tag=v$pkgver)
prepare() {
cd $pkgname
./autogen.sh
}
build() {
cd $pkgname-$pkgver
cd $pkgname
# cd $pkgname-$pkgver
./configure --prefix=/usr
make
}
package() {
cd $pkgname-$pkgver
cd $pkgname
# cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
}
@ -34,7 +42,7 @@ arch=(x86_64)
license=(GPL-2.0-only)
sha256sums=(9b48688f9c57bc12730af83e59d19719e45f0a4dd13c5d42d7210d0dc83bb5ce) # libqalculate-5.0.0b.tar.gz
sha256sums=(1395ac191c8cd6ab68a6c486634af9c2c305cbc9e1e46ced40e1d286254819f1) # libqalculate
## e8a2f82d4bd13bad700179ea3d8cee5f6cc9296efe0ab009fa50a604ce758b34 libqalculate-5.0.0-02-x86_64.pkg.tar.lz
## 9b6e1e5f2347263204eb213c7deb3785b635c143cb28b01f590f8b4d1b9e15ec libqalculate-5.1.1-01-x86_64.pkg.tar.lz

View File

@ -2,8 +2,8 @@
# Contributor: Eric Bélanger <eric@archlinux.org>
pkgname=libqalculate
pkgver=5.0.0
pkgrel=2
pkgver=5.1.1
pkgrel=1
pkgdesc='Multi-purpose desktop calculator'
arch=(x86_64)
url='https://qalculate.github.io/'
@ -17,19 +17,25 @@ depends=(curl
mpfr
readline)
makedepends=(doxygen
git
intltool)
optdepends=('gnuplot: for plotting support')
source=(https://github.com/Qalculate/libqalculate/releases/download/v$pkgver/$pkgname-${pkgver}b.tar.gz)
sha256sums=('9b48688f9c57bc12730af83e59d19719e45f0a4dd13c5d42d7210d0dc83bb5ce')
source=(git+https://github.com/Qalculate/libqalculate#tag=v$pkgver)
sha256sums=('1395ac191c8cd6ab68a6c486634af9c2c305cbc9e1e46ced40e1d286254819f1')
prepare() {
cd $pkgname
./autogen.sh
}
build() {
cd $pkgname-$pkgver
cd $pkgname
./configure \
--prefix=/usr
make
}
package() {
cd $pkgname-$pkgver
cd $pkgname
make DESTDIR="$pkgdir" install
}

View File

@ -1 +1 @@
rm -rf {src,pkg,libq*.tar.gz}
rm -rf {src,pkg,libqalculate}

View File

@ -1,6 +1,9 @@
git
libxml2
intltool
doxygen
gettext
autoconf
automake

View File

@ -6,8 +6,8 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=mercurial
pkgver=6.7.2
pkgrel=02
pkgver=6.7.3
pkgrel=01
pkgdesc='A scalable distributed SCM tool'
url="https://www.mercurial-scm.org/"
depends=(python)
@ -74,9 +74,9 @@ validpgpkeys=(2BCCE14F5C6725AA2EA8AEB7B9C9DC824AA5BDD5 #
818D87CD1AC180C394C86E633A33DE460D9EC39F # Pulkit Goyal <7895pulkit@gmail.com>
1F66F8CDF654E905C11DA061A11E01CD0E05D956) # Raphaël Gomès <alphare@raphaelgomes.dev>
sha256sums=(1c22070c05dfaac41ff88a39ce2508dde480f0dd05d45d7efab4c5cdc6ddd806 # mercurial-6.7.2.tar.gz
954a0ee6421c46ab815956465c821336e96d7af32c69d138b0f2b9ad6bdaf431 # mercurial-6.7.2.tar.gz.asc
sha256sums=(00196944ea92738809317dc7a8ed7cb21287ca0a00a85246e66170955dcd9031 # mercurial-6.7.3.tar.gz
67c0e63babfa3a6957031e61b7f29a49d3808566e89bfdf68aa0d0a021843e9e # mercurial-6.7.3.tar.gz.asc
87427151713e689cd87dc50d50c048e0e58285815e4eb61962b50583532cbde5) # mercurial.profile
## 4a22ea852fec5bcfd768f4a51051f691a84b82dddd743e7719912dbc3aaac21d mercurial-6.7.2-02-x86_64.pkg.tar.lz
## 05363311cf48ac38991310a2a7f4dcad12d8d3a2f52682ccb2b2306c64242500 mercurial-6.7.3-01-x86_64.pkg.tar.lz

View File

@ -4,8 +4,8 @@
# Contributor: Douglas Soares de Andrade <douglas@archlinux.org>
pkgname=mercurial
pkgver=6.7.2
pkgrel=2
pkgver=6.7.3
pkgrel=1
pkgdesc='A scalable distributed SCM tool'
arch=(x86_64)
url="https://www.mercurial-scm.org/"
@ -30,7 +30,7 @@ validpgpkeys=(2BCCE14F5C6725AA2EA8AEB7B9C9DC824AA5BDD5
1F66F8CDF654E905C11DA061A11E01CD0E05D956) # Raphaël Gomès <alphare@raphaelgomes.dev>
source=(https://www.mercurial-scm.org/release/${pkgname}-${pkgver}.tar.gz{,.asc}
mercurial.profile)
sha512sums=('cb64daf885451d606ad34c408fbefc900be0fab7c0e0c2fc63dda32676de1c77a9d194c8c4974a608020a0f09e326682443537769eaa97acaf89ad7e385e0ce5'
sha512sums=('40a8f085904d4974160a875ab30f3cec6ebee514ca11fbc821df258196e304c173393b1ed6f2724ddcfc775f8be89dda9a1297879d0e4b5804ddf958f79fe19c'
'SKIP'
'710dcddb24d928efc97370e869d9caa083107929ed9a1086dd2a3ae0caaf2c71e2f29060597e29315b6b15b1616251c42412e268ce737109c48ae4d7aa1b9555')

View File

@ -6,16 +6,16 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=nginx
pkgver=1.24.0
pkgver=1.26.0
pkgrel=03
# update tests revision too
pkgdesc="Lightweight HTTP server and IMAP/POP3 proxy server w/o systemd or ipv6"
provides=("nginx=${pkgver}")
#url='https://github.com/cuber/ngx_http_google_filter_module'
url="http://nginx.org"
makedepends=(mercurial pcre2 zlib openssl geoip mailcap libxcrypt)
checkdepends=(perl perl-gd perl-io-socket-ssl perl-fcgi perl-cache-memcached
memcached ffmpeg)
makedepends=(pcre2 zlib openssl geoip mailcap libxcrypt) # mercurial
# checkdepends=(perl perl-gd perl-io-socket-ssl perl-fcgi perl-cache-memcached
# memcached ffmpeg)
backup=(etc/nginx/fastcgi.conf
etc/nginx/fastcgi_params
etc/nginx/koi-win
@ -28,10 +28,8 @@ backup=(etc/nginx/fastcgi.conf
etc/logrotate.d/nginx)
#install=nginx.install
source=($url/download/${pkgname}-${pkgver}.tar.gz{,.asc}
hg+https://hg.nginx.org/nginx-tests#revision=24482e311749
logrotate
# https://hg.nginx.org/nginx/rev/cdda286c0f1b CVE-2023-44487
HTTP2_per-iteration-stream-handling-limit.patch::https://hg.nginx.org/nginx/raw-rev/cdda286c0f1b)
# hg+https://hg.nginx.org/nginx-tests#revision=24482e311749
logrotate)
_common_flags=(
--with-compat
@ -54,6 +52,7 @@ _common_flags=(
--with-http_stub_status_module
--with-http_sub_module
--with-http_v2_module
--with-http_v3_module
--with-mail
--with-mail_ssl_module
--with-pcre-jit
@ -66,13 +65,13 @@ _common_flags=(
)
_stable_flags=(
)
#_stable_flags=(
#)
prepare() {
cp -r $pkgbase-$pkgver{,-src}
cd $pkgbase-$pkgver
patch -Np1 -i "$srcdir/HTTP2_per-iteration-stream-handling-limit.patch"
# cd $pkgbase-$pkgver
# patch -Np1 -i "$srcdir/HTTP2_per-iteration-stream-handling-limit.patch"
}
build() {
@ -95,8 +94,9 @@ build() {
--http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
--with-cc-opt="$CFLAGS $CPPFLAGS" \
--with-ld-opt="$LDFLAGS" \
${_common_flags[@]} \
${_stable_flags[@]}
${_common_flags[@]}
# ${_stable_flags[@]}
make
}
@ -153,14 +153,14 @@ license=(custom)
# https://nginx.org/en/pgp_keys.html
validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8 # Maxim Dounin <mdounin@mdounin.ru>
validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8 # Maxim Dounin <mdounin@mdounin.ru>
43387825DDB1BB97EC36BA5D007C8D7C15D87369 # Roman Arutyunyan <r.arutyunyan@f5.com>
D6786CE303D9A9022998DC6CC8464D549AF75C0A # Sergey Kandaurov <s.kandaurov@f5.com>
13C82A63B603576156E30A4EA0EA981B66B0D967) # Konstantin Pavlov <thresh@nginx.com>
sha256sums=(77a2541637b92a621e3ee76776c8b7b40cf6d707e69ba53a940283e30ff2f55d # nginx-1.24.0.tar.gz
91ed170a5e8745fcd32eb60aefa6d60dfd572ac3e4c9bdbfc4bedd78c24f213c # nginx-1.24.0.tar.gz.asc
SKIP # nginx tests (directory)
06ebe161af3e761f2e2e35a67c6c0af27bf61aea7cd4ba8b28372ced5e3b3175 # logrotate
af8e804540e808c7b07b324394ae0d782f46fe6dc67808b3bc978d01dce90b28) # HTTP2_per-iteration-stream-handling-limit.patch
sha256sums=(d2e6c8439d6c6db5015d8eaab2470ab52aef85a7bf363182879977e084370497 # nginx-1.26.0.tar.gz
0ca3afe53fc6c6f7197e2272411e745b4264339dec7d63cf2b402f06b7632fa5 # nginx-1.26.0.tar.gz.asc
06ebe161af3e761f2e2e35a67c6c0af27bf61aea7cd4ba8b28372ced5e3b3175) # logrotate
## 0aa14633e8848fe4a010be684dae1725f0fe3463cc456048b0f635c677233baf nginx-1.26.0-03-x86_64.pkg.tar.lz
## d35644efcaa928a83335cd5219b8263976dd25ec3eac3f0378f644a8f8243722 nginx-1.24.0-03-x86_64.pkg.tar.lz

View File

@ -9,15 +9,14 @@
pkgbase=nginx
pkgname=(nginx nginx-src)
# update tests revision too
pkgver=1.24.0
pkgver=1.26.0
pkgrel=3
arch=(x86_64)
url='https://nginx.org'
license=(custom)
makedepends=(mercurial pcre2 zlib openssl geoip mailcap libxcrypt)
checkdepends=(perl perl-gd perl-io-socket-ssl perl-fcgi perl-cache-memcached
memcached ffmpeg)
makedepends=(pcre2 zlib openssl geoip mailcap libxcrypt)
#checkdepends=(perl perl-gd perl-io-socket-ssl perl-fcgi perl-cache-memcached
# memcached ffmpeg)
backup=(etc/nginx/fastcgi.conf
etc/nginx/fastcgi_params
etc/nginx/koi-win
@ -28,20 +27,18 @@ backup=(etc/nginx/fastcgi.conf
etc/nginx/win-utf
etc/logrotate.d/nginx)
source=($url/download/nginx-$pkgver.tar.gz{,.asc}
hg+https://hg.nginx.org/nginx-tests#revision=24482e311749
#hg+https://hg.nginx.org/nginx-tests
nginx.service
logrotate
# https://hg.nginx.org/nginx/rev/cdda286c0f1b CVE-2023-44487
HTTP2_per-iteration-stream-handling-limit.patch::https://hg.nginx.org/nginx/raw-rev/cdda286c0f1b)
logrotate)
# https://nginx.org/en/pgp_keys.html
validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8' # Maxim Dounin <mdounin@mdounin.ru>
validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8' # Maxim Dounin <mdounin@mdounin.ru>
'43387825DDB1BB97EC36BA5D007C8D7C15D87369' # Roman Arutyunyan <r.arutyunyan@f5.com>
'D6786CE303D9A9022998DC6CC8464D549AF75C0A' # Sergey Kandaurov <s.kandaurov@f5.com>
'13C82A63B603576156E30A4EA0EA981B66B0D967') # Konstantin Pavlov <thresh@nginx.com>
sha512sums=('1114e37de5664a8109c99cfb2faa1f42ff8ac63c932bcf3780d645e5ed32c0b2ac446f80305b4465994c8f9430604968e176ae464fd80f632d1cb2c8f6007ff3'
'SKIP'
sha512sums=('1f604a4a29f1b74eb56de7f1d8b0e5610fa055280b4ad2d3550c56926460de24da81b17485cffb358d8814061d4a9db1e0e5079af7921f1dc329e283e2775791'
'SKIP'
'ca7d8666177d31b6c4924e9ab44ddf3d5b596b51da04d38da002830b03bd176d49354bbdd2a496617d57f44111ad59833296af87d03ffe3fca6b99327a7b4c3c'
'2f4dfcfa711b8bcbc5918ba635f5e430ef7132e66276261ade62bb1cba016967432c8dce7f84352cb8b07dc7c6b18f09177aa3eb92c8e358b2a106c8ca142fe9'
'18b69643648119dfab45101bb9404be667aeb9d550aa3bc9706e63e7da1c2806106e9a6bbfb2d10bd57ef56b9b5b0b524059353ec30a51469b44641cb7dbd8a6')
'2f4dfcfa711b8bcbc5918ba635f5e430ef7132e66276261ade62bb1cba016967432c8dce7f84352cb8b07dc7c6b18f09177aa3eb92c8e358b2a106c8ca142fe9')
_common_flags=(
--with-compat
@ -64,6 +61,7 @@ _common_flags=(
--with-http_stub_status_module
--with-http_sub_module
--with-http_v2_module
--with-http_v3_module
--with-mail
--with-mail_ssl_module
--with-pcre-jit
@ -75,13 +73,8 @@ _common_flags=(
--with-threads
)
_stable_flags=(
)
prepare() {
cp -r $pkgbase-$pkgver{,-src}
cd $pkgbase-$pkgver
patch -Np1 -i "$srcdir/HTTP2_per-iteration-stream-handling-limit.patch"
}
build() {
@ -104,16 +97,15 @@ build() {
--http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
--with-cc-opt="$CFLAGS $CPPFLAGS" \
--with-ld-opt="$LDFLAGS" \
"${_common_flags[@]}" \
"${_stable_flags[@]}"
"${_common_flags[@]}"
make
}
check() {
cd nginx-tests
TEST_NGINX_BINARY="$srcdir/$pkgbase-$pkgver/objs/nginx" prove .
}
#check() {
# cd nginx-tests
# TEST_NGINX_BINARY="$srcdir/$pkgbase-$pkgver/objs/nginx" prove .
#}
package_nginx() {
pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'

View File

@ -1,13 +1,5 @@
libglvnd
perl-gd
perl-io-socket-ssl
perl-fcgi
perl-cache-memcached
memcached
geoip
mailcap
mercurial
ffmpeg
jack2

16
nginx/deps.w-tests Normal file
View File

@ -0,0 +1,16 @@
libglvnd
perl-gd
perl-io-socket-ssl
perl-fcgi
perl-cache-memcached
memcached
geoip
mailcap
mercurial
ffmpeg
jack2

View File

@ -1 +1,2 @@
gpg --recv-keys A0EA981B66B0D967
gpg --recv-keys 007C8D7C15D87369

View File

@ -6,7 +6,7 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=nvme-cli
pkgver=2.8
pkgver=2.9.1
pkgrel=01
pkgdesc="NVM-Express user space tooling for Linux w/o systemd"
url="https://github.com/linux-nvme/nvme-cli"
@ -64,7 +64,7 @@ arch=(x86_64)
license=('GPL')
sha256sums=(0743d9188792a87d39187ae5e5cb31e8f46cca8c6f100547c50ec0dd659d2531) # nvme-cli-2.8.tar.gz
sha256sums=(4b61684a1d23de1d9d0abd3f273799c60256c0e2a2e68a790d7945183fe33874) # nvme-cli-2.9.1.tar.gz
## 8317931939274fc533277448b47eb5ddbb7e546bf64f06ad14edd9e00c97d5aa nvme-cli-2.8-01-x86_64.pkg.tar.lz
## daf1c658b9c75da173dbf32292fe8fd2a96a73285645ba539b86f83e95223067 nvme-cli-2.9.1-01-x86_64.pkg.tar.lz

View File

@ -5,7 +5,7 @@
# Contributor: Martin Schrodt <martin@schrodt.org>
pkgname=nvme-cli
pkgver=2.8
pkgver=2.9.1
pkgrel=1
pkgdesc="NVM-Express user space tooling for Linux"
arch=('x86_64')
@ -17,7 +17,7 @@ options=(strip)
install=nvme-cli.install
# checkdepends=('python2-nose' 'python-nose')
source=("$pkgname-$pkgver.tar.gz::https://github.com/linux-nvme/${pkgname}/archive/v${pkgver}.tar.gz")
sha256sums=('0743d9188792a87d39187ae5e5cb31e8f46cca8c6f100547c50ec0dd659d2531')
sha256sums=('4b61684a1d23de1d9d0abd3f273799c60256c0e2a2e68a790d7945183fe33874')
build() {
cd "${pkgname}-${pkgver}"

View File

@ -6,22 +6,30 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=qalculate-gtk
pkgver=5.0.0
pkgrel=02
pkgver=5.1.0
pkgrel=01
pkgdesc='GTK frontend for libqalculate'
url='https://qalculate.github.io/'
depends=(libqalculate gtk3)
makedepends=(intltool python)
source=(https://github.com/Qalculate/qalculate-gtk/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
makedepends=(git intltool python automake autoconf python-packaging)
#source=(https://github.com/Qalculate/qalculate-gtk/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
source=(git+https://github.com/Qalculate/qalculate-gtk#tag=v$pkgver)
prepare() {
cd $pkgname
./autogen.sh
}
build() {
cd $pkgname-$pkgver
cd $pkgname
# cd $pkgname-$pkgver
./configure --prefix=/usr --libexecdir=/usr/lib
make
}
package() {
cd $pkgname-$pkgver
cd $pkgname
# cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
}
@ -31,7 +39,7 @@ arch=(x86_64)
license=(GPL-2.0-only)
sha256sums=(4fb840a42a2246a98db81431baf4622504a226b1d3cbbe36da5649926ad177a9) # qalculate-gtk-5.0.0.tar.gz
sha256sums=(809cb654079240fa6a0596175bdd13d3bc1aacd8eb55f4a047123c170d97f464) # qalculate-gtk
## 257db3082d6dd1e42c39f610d589bcfa1dc08ff21d635411818a966086cdf408 qalculate-gtk-5.0.0-02-x86_64.pkg.tar.lz
## 5846c664fad44c189fcb352313d5dfdf1b00976d0635dd53f56957bcfcf90228 qalculate-gtk-5.1.0-01-x86_64.pkg.tar.lz

View File

@ -2,8 +2,8 @@
# Contributor: Eric Bélanger <eric@archlinux.org>
pkgname=qalculate-gtk
pkgver=5.0.0
pkgrel=2
pkgver=5.1.0
pkgrel=1
pkgdesc='GTK frontend for libqalculate'
arch=(x86_64)
url='https://qalculate.github.io/'
@ -17,12 +17,18 @@ depends=(cairo
libqalculate
pango)
makedepends=(intltool
python)
source=(https://github.com/Qalculate/qalculate-gtk/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
sha256sums=('4fb840a42a2246a98db81431baf4622504a226b1d3cbbe36da5649926ad177a9')
git
python-packaging)
source=(git+https://github.com/Qalculate/qalculate-gtk#tag=v$pkgver)
sha256sums=('809cb654079240fa6a0596175bdd13d3bc1aacd8eb55f4a047123c170d97f464')
prepare() {
cd $pkgname
./autogen.sh
}
build() {
cd $pkgname-$pkgver
cd $pkgname
./configure \
--prefix=/usr \
--libexecdir=/usr/lib
@ -30,6 +36,6 @@ build() {
}
package() {
cd $pkgname-$pkgver
cd $pkgname
make DESTDIR="$pkgdir" install
}

View File

@ -1 +1 @@
rm -rf {src,pkg,qalc*tar.gz}
rm -rf {src,pkg,qalculate-gtk}

View File

@ -1,10 +1,14 @@
git
gtk3
intltool
python
gettext
libqalculate
at-spi2-core
libglvnd
graphite
autoconf
libqalculate
automake
python-packaging

View File

@ -6,7 +6,7 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=wayland-protocols
pkgver=1.35
pkgver=1.36
pkgrel=01
pkgdesc='Specifications of extended Wayland protocols'
url='https://wayland.freedesktop.org/'
@ -50,8 +50,8 @@ license=('MIT')
validpgpkeys=('8307C0A224BABDA1BABD0EB9A6EEEC9E0136164A' # Jonas Ådahl
'A66D805F7C9329B4C5D82767CCC4F07FAC641EFF') # Daniel Stone
sha256sums=(37a2716a28133dc819341c568a29d21e8cb72130e5c126a1fcfc9f42c23d95ab # wayland-protocols-1.35.tar.xz
c90cf63b93634fbb957a4d555351d511c8935cf350d3f11c001dd3ec9de4595e) # wayland-protocols-1.35.tar.xz.sig
sha256sums=(71fd4de05e79f9a1ca559fac30c1f8365fa10346422f9fe795f74d77b9ef7e92 # wayland-protocols-1.36.tar.xz
87cef9d8253fefa0b24c4d9c0a3c1613b2a86ba38b98fec7f27fae712f30dff0) # wayland-protocols-1.36.tar.xz.sig
## a0b0b0a2cef6fae31fbb5bdc8e71399d3afb875c574bc9f6229bb152c8abbf22 wayland-protocols-1.35-01-x86_64.pkg.tar.lz
## 0e7afd19c722a4158d82bd5546b21448e4b373e2b2100664822480e086010b06 wayland-protocols-1.36-01-x86_64.pkg.tar.lz

View File

@ -1,7 +1,7 @@
# Maintainer: Sébastien Luttringer <seblu@seblu.net>
pkgname=wayland-protocols
pkgver=1.35
pkgver=1.36
pkgrel=1
pkgdesc='Specifications of extended Wayland protocols'
arch=('any')
@ -11,7 +11,7 @@ makedepends=('wayland' 'meson')
validpgpkeys=('8307C0A224BABDA1BABD0EB9A6EEEC9E0136164A' # Jonas Ådahl
'A66D805F7C9329B4C5D82767CCC4F07FAC641EFF') # Daniel Stone
source=("https://gitlab.freedesktop.org/wayland/$pkgname/-/releases/$pkgver/downloads/$pkgname-$pkgver.tar.xz"{,.sig})
sha256sums=('37a2716a28133dc819341c568a29d21e8cb72130e5c126a1fcfc9f42c23d95ab'
sha256sums=('71fd4de05e79f9a1ca559fac30c1f8365fa10346422f9fe795f74d77b9ef7e92'
'SKIP')
prepare() {