summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Webster2021-01-09 16:31:21 +1300
committerNick Webster2021-01-09 16:31:21 +1300
commit628ded52bd5bdc185d39c499c1eca7fb7d383f6b (patch)
treebb3db14adae1f4ad6a238dd99e76d2bf93da11a2
parent9e4d3037f6edee08e51a81e4de2a5974ff14b71d (diff)
downloadaur-628ded52bd5bdc185d39c499c1eca7fb7d383f6b.tar.gz
Fixing SRCINFO
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ffbd627e5f0b..4f5225c97b77 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
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.0
- pkgrel = 1
+ pkgver = 0.1.3
+ pkgrel = 2
url = https://github.com/NickGeek/oled-shmoled
arch = x86_64
license = GPL3
makedepends = rust
depends = gcc-libs
- source = oled_shmoled-0.1.0.tar.gz::https://static.crates.io/crates/oled_shmoled/oled_shmoled-0.1.0.crate
- md5sums = 1b42442bc41182964918b000a7ffb827
+ source = oled_shmoled-0.1.3.tar.gz::https://static.crates.io/crates/oled_shmoled/oled_shmoled-0.1.3.crate
+ md5sums = 63c23d971efd9f1beed107d18fbe2a76
pkgname = oled_shmoled
diff --git a/PKGBUILD b/PKGBUILD
index 9770e576e394..f11abbe3725e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nick Webster <nick@nick.geek.nz>
pkgname=oled_shmoled
pkgver=0.1.3
-pkgrel=1
+pkgrel=2
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"