summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCyril Levis2020-05-25 13:44:01 +0200
committerCyril Levis2020-05-25 13:44:01 +0200
commitee00089e77e40e64d9591fefe3248cfb6e3ead1d (patch)
tree7171ecf7c1649add06d15c8ca3c9a7a18ef227cf
parent5e9349d239ecc98e6aa1dcabee08ebb320dca4ca (diff)
downloadaur-ee00089e77e40e64d9591fefe3248cfb6e3ead1d.tar.gz
upgpkg: wluma-als-emulator-git 1.0.0.r12.g4116c17-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4383e29ecbd6..f13813b1afc9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wluma-als-emulator-git
pkgdesc = Ambient light sensor emulator for wluma
- pkgver = 1.0.0.r11.ga7afd79
+ pkgver = 1.0.0.r12.g4116c17
pkgrel = 2
url = https://github.com/cyrinux/wluma-als-emulator
arch = any
@@ -15,7 +15,7 @@ pkgbase = wluma-als-emulator-git
optdepends = ffmpeg: for webcam strategy
provides = wluma-als-emulator
conflicts = wluma-als-emulator
- source = git+https://github.com/cyrinux/wluma-als-emulator#branch=develop
+ source = git+https://github.com/cyrinux/wluma-als-emulator
sha256sums = SKIP
pkgname = wluma-als-emulator-git
diff --git a/PKGBUILD b/PKGBUILD
index 5129ef5a4685..84e9fffa71ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=wluma-als-emulator-git
_pkgname=${pkgname%-git}
-pkgver=1.0.0.r11.ga7afd79
+pkgver=1.0.0.r12.g4116c17
pkgrel=2
pkgdesc="Ambient light sensor emulator for wluma"
license=(MIT)
@@ -17,7 +17,7 @@ arch=(any)
makedepends=('git')
conflicts=('wluma-als-emulator')
provides=('wluma-als-emulator')
-source=("git+${url}#branch=develop")
+source=("git+${url}")
sha256sums=('SKIP')
pkgver() {
@@ -33,7 +33,4 @@ build() {
package() {
cd "${_pkgname}"
make install DESTDIR="${pkgdir}"
- install -d "$pkgdir/usr/share/doc/$pkgname"
- install -m644 docs/* README.rst "$pkgdir/usr/share/doc/$pkgname"
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}