summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLlewelyn Trahaearn2020-04-07 08:53:30 -0700
committerLlewelyn Trahaearn2020-04-07 08:53:30 -0700
commite1f1cd60ee37468aaa93129528ddb48cb9a930e3 (patch)
tree1d89815802a74fd574b851f6e086d800391d178e
parenta7251e7a6a7829cad23a8159f0b008304673c9ab (diff)
downloadaur-e1f1cd60ee37468aaa93129528ddb48cb9a930e3.tar.gz
Bump pkgver after test build.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 2 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90b41b3b61ae..7adeb95c39fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-easyscreencast-git
pkgdesc = Provides a convienent top bar pop-down interface to configure the GNOME Shell Screencast Recording feature.
- pkgver = 1.0.1.r0.gc2fe158
+ pkgver = 1.1.0.r0.g4d48548
pkgrel = 1
url = https://github.com/EasyScreenCast/EasyScreenCast
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 45fb5aece3a0..362b8588afea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Llewelyn Trahaearn <WoefulDerelict [at] GMail [dot] com>
pkgname="gnome-shell-extension-easyscreencast-git"
-pkgver=1.0.1.r0.gc2fe158
+pkgver=1.1.0.r0.g4d48548
pkgrel=1
pkgdesc="Provides a convienent top bar pop-down interface to configure the GNOME Shell Screencast Recording feature."
arch=('any')
@@ -13,12 +13,6 @@ provides=("${pkgname%-*}")
conflicts=("${pkgname%-*}" 'gnome-shell-extensions-git')
source=("${pkgname%-*}::git+${url}")
sha512sums=('SKIP')
-_branch=master
-
-prepare() {
- cd "${pkgname%-*}"
- git checkout ${_branch}
-}
pkgver() {
cd "${pkgname%-*}"