Skip to content
Permalink
Browse files
sdl2 2.26.5
xf86-input-wacom 1.2.0
  • Loading branch information
demmm committed Apr 6, 2023
1 parent 30930a8 commit 8098326
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
@@ -1,6 +1,6 @@

pkgname=sdl2
pkgver=2.26.4
pkgver=2.26.5
pkgrel=1
pkgdesc="Library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard (Version 2)"
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('glibc' 'libxcursor' 'libxext' 'libxrender' 'libx11' 'libglvnd' 'pulsea
makedepends=('cmake' 'libxrandr' 'libxinerama' 'libxkbcommon' 'fcitx' 'pipewire')
source=("https://www.libsdl.org/release/SDL2-${pkgver}.tar.gz"
"https://github.com/libsdl-org/SDL/commit/e2ade2bfc46d915cd306c63c830b81d800b2575f.diff")
md5sums=('a8a81a12f3181071fe87ef2eab1202b9'
md5sums=('47f22c109070431ecccd90abd3c0ab6e'
'd9a0056c864544bcdb31f1026a6abdfd')

prepare() {
@@ -1,6 +1,6 @@

pkgname=xf86-input-wacom
pkgver=1.1.0
pkgver=1.2.0
pkgrel=1
pkgdesc="X.Org Wacom tablet driver."
arch=('x86_64')
@@ -10,7 +10,7 @@ depends=('libxi' 'libxrandr' 'libxinerama' 'systemd')
makedepends=('xorg-server' 'libxext' 'xorgproto')
options=('!libtool')
source=("https://github.com/linuxwacom/xf86-input-wacom/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2")
sha256sums=('23b674067f344de22bcbb4bac885c43df54c5e841f6dade7c9d18ba7ce297a12')
sha256sums=('13c23208b2bc2bfd7b3a127ca667bb1399e54e3fcc22386ef1fb54be1d72685d')

build() {
cd ${pkgname}-${pkgver}

0 comments on commit 8098326

Please sign in to comment.