Version 3.2

This commit is contained in:
dokutan 2021-05-25 14:50:31 +02:00
parent 1943506f8e
commit 18b7826f9e
4 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
name mouse_m908
version 3.1-1
version 3.2-1
architecture any
summary "Control Redragon gaming mice"
@ -15,5 +15,5 @@ urls "https://github.com/dokutan/mouse_m908"
source-urls "https://github.com/dokutan/mouse_m908"
provides {
mouse_m908 = 3.1-1
mouse_m908 = 3.2-1
}

View file

@ -1,6 +1,6 @@
# Maintainer: Esdras Tarsis <esdrastarsis@gmail.com>
pkgname=mouse_m908
pkgver=3.1
pkgver=3.2
pkgrel=1
pkgdesc="Control Redragon gaming mice from Linux, BSD and Haiku"
arch=(x86_64)
@ -31,4 +31,4 @@ package() {
cp ./$pkgname-$pkgver/README.md $pkgdir/usr/share/doc/mouse_m908/ && \
cp ./$pkgname-$pkgver/keymap.md $pkgdir/usr/share/doc/mouse_m908/ && \
cp ./$pkgname-$pkgver/mouse_m908.1 $pkgdir/usr/share/man/man1/
}
}

View file

@ -11,7 +11,7 @@ CC_OPTIONS := -std=c++17 -Wall -Wextra -O2 `pkg-config --cflags libusb-1.0`
LIBS != pkg-config --libs libusb-1.0
# version string
VERSION_STRING = "\"3.1\""
VERSION_STRING = "\"3.2\""
# compile
build: m908 m709 m711 m715 m719 m721 m913 m990 m990chroma generic data_rd.o rd_mouse.o load_config.o mouse_m908.o

View file

@ -6,7 +6,7 @@
%define _sourcedir %{getenv:PWD}
Name: mouse_m908
Version: 3.1
Version: 3.2
Release: 1
Summary: Control Redragon gaming mice from Linux, BSD and Haiku