summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f5225c97b77..4a251233c807 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = oled_shmoled
pkgdesc = OLED displays don't have backlights but it'd be nice if we could pretend they do on Linux!
- pkgver = 0.1.3
- pkgrel = 2
+ pkgver = 0.2.1
+ pkgrel = 1
url = https://github.com/NickGeek/oled-shmoled
arch = x86_64
license = GPL3
makedepends = rust
depends = gcc-libs
- source = oled_shmoled-0.1.3.tar.gz::https://static.crates.io/crates/oled_shmoled/oled_shmoled-0.1.3.crate
- md5sums = 63c23d971efd9f1beed107d18fbe2a76
+ source = oled_shmoled-0.2.1.tar.gz::https://static.crates.io/crates/oled_shmoled/oled_shmoled-0.2.1.crate
+ md5sums = 1881446af0bcba6c81eda5cfa65106a9
pkgname = oled_shmoled
-
diff --git a/PKGBUILD b/PKGBUILD
index f11abbe3725e..151192f3e3aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nick Webster <nick@nick.geek.nz>
pkgname=oled_shmoled
-pkgver=0.1.3
-pkgrel=2
+pkgver=0.2.1
+pkgrel=1
pkgdesc="OLED displays don't have backlights but it'd be nice if we could pretend they do on Linux!"
arch=('x86_64')
url="https://github.com/NickGeek/oled-shmoled"
@@ -11,7 +11,7 @@ makedepends=('rust')
source=(
$pkgname-$pkgver.tar.gz::https://static.crates.io/crates/$pkgname/$pkgname-$pkgver.crate
)
-md5sums=('63c23d971efd9f1beed107d18fbe2a76')
+md5sums=('1881446af0bcba6c81eda5cfa65106a9')
build() {
cd "$pkgname-$pkgver"