summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37673a2d207a..f207ae510960 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu May 28 12:36:47 UTC 2020
+# Thu May 28 13:47:02 UTC 2020
pkgbase = cupholder
pkgdesc = Eject the CD tray (locally or remotely)
- pkgver = 1.0.0
+ pkgver = 1.1.0
pkgrel = 1
url = https://github.com/xyproto/cupholder
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = cupholder
makedepends = git
makedepends = go-pie
options = !strip
- source = git+https://github.com/xyproto/cupholder#commit=fd464f919b5a2371e5cdbb627f28d933e89637d9
+ source = git+https://github.com/xyproto/cupholder#commit=8a78d2455627909731b16b7a89e903fcdbf6731d
sha256sums = SKIP
pkgname = cupholder
diff --git a/PKGBUILD b/PKGBUILD
index 140d8f3bad68..1b38dd4f6ddf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=cupholder
-pkgver=1.0.0
+pkgver=1.1.0
pkgrel=1
pkgdesc='Eject the CD tray (locally or remotely)'
arch=(x86_64)
url='https://github.com/xyproto/cupholder'
license=(BSD)
makedepends=(git go-pie)
-source=("git+$url#commit=fd464f919b5a2371e5cdbb627f28d933e89637d9") # tag: v1.0.0
+source=("git+$url#commit=8a78d2455627909731b16b7a89e903fcdbf6731d") # tag: v1.1.0
sha256sums=('SKIP')
options=(!strip)