summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaximilian Luz2020-07-04 04:25:58 +0200
committerMaximilian Luz2020-07-04 04:25:58 +0200
commit0441eecb908cd1b0985db5793c7e65b8e573e815 (patch)
tree2c19ff5b92008ba8ed18fcf7dacb7dedf4ead0a2
parentf23db703483ff57aae49e0a943abf9b052a5e19c (diff)
downloadaur-0441eecb908cd1b0985db5793c7e65b8e573e815.tar.gz
Update to v0.1.5
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d04f291f678..01eb899f2797 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = surface-dtx-daemon
pkgdesc = Surface Detachment System (DTX) Daemon
- pkgver = 0.1.4
+ pkgver = 0.1.5
pkgrel = 1
url = https://github.com/linux-surface/surface-dtx-daemon
install = surface-dtx-daemon.install
@@ -15,7 +15,7 @@ pkgbase = surface-dtx-daemon
backup = etc/surface-dtx/surface-dtx-userd.conf
backup = etc/surface-dtx/detach.sh
backup = etc/surface-dtx/attach.sh
- source = surface-dtx-daemon::git+https://github.com/linux-surface/surface-dtx-daemon.git#tag=v0.1.4
+ source = surface-dtx-daemon::git+https://github.com/linux-surface/surface-dtx-daemon.git#tag=v0.1.5-1
sha256sums = SKIP
pkgname = surface-dtx-daemon
diff --git a/PKGBUILD b/PKGBUILD
index c73eb40c1ca0..2337ba7ce336 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
# Maintainer: Maximilian Luz <luzmaximilian@gmail.com>
pkgname="surface-dtx-daemon"
-pkgver=0.1.4
+pkgver=0.1.5
pkgrel=1
+_pkgrel=1
pkgdesc="Surface Detachment System (DTX) Daemon"
url="https://github.com/linux-surface/surface-dtx-daemon"
license=('MIT')
@@ -13,12 +14,10 @@ provides=('surface-dtx-daemon')
install=surface-dtx-daemon.install
source=(
- "${pkgname}::git+https://github.com/linux-surface/surface-dtx-daemon.git#tag=v${pkgver}"
+ "${pkgname}::git+https://github.com/linux-surface/surface-dtx-daemon.git#tag=v${pkgver}-${_pkgrel}"
)
-sha256sums=(
- 'SKIP'
-)
+sha256sums=('SKIP')
backup=(
'etc/surface-dtx/surface-dtx-daemon.conf'