summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoramoka2021-07-08 18:45:28 -0400
committeramoka2021-07-08 18:45:28 -0400
commit501bd64a35f919016bf4a518944d8b033804dc46 (patch)
treefdcd59c575347f26c5ee8846fb3e111072ca4b19
parentd25655d649f1493597ed886e8ad5e6afbbacd0fa (diff)
downloadaur-501bd64a35f919016bf4a518944d8b033804dc46.tar.gz
Version update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62abdd7e5f69..8fb26b9f0171 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = gnome-shell-extension-ubuntu-dock
pkgdesc = A dock for the Gnome Shell, default Ubuntu experience
- pkgver = 68ubuntu20.10.1
+ pkgver = 70_ubuntu1
pkgrel = 1
url = https://github.com/micheleg/dash-to-dock/tree/ubuntu-dock
arch = any
license = GPL
makedepends = gettext
makedepends = intltool
+ makedepends = sassc
depends = gnome-shell
- source = https://github.com/micheleg/dash-to-dock/archive/ubuntu-dock-68ubuntu20.10.1.tar.gz
- sha256sums = 249bd7b2f5247898ea405a2af60102012b900550797ec649146f2f4b848c66da
+ source = https://github.com/micheleg/dash-to-dock/archive/ubuntu-dock-70_ubuntu1.tar.gz
+ sha256sums = 4edd91d71178e058038963ab4002c21f90f7fb748b5a409fdfea759ae79627f5
pkgname = gnome-shell-extension-ubuntu-dock
-
diff --git a/PKGBUILD b/PKGBUILD
index 7c537b74e3a9..9c9d92e5a215 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
pkgname=gnome-shell-extension-ubuntu-dock
_pkgname=dash-to-dock-ubuntu-dock
-pkgver=68ubuntu20.10.1
+pkgver=70_ubuntu1
pkgrel=1
pkgdesc="A dock for the Gnome Shell, default Ubuntu experience"
arch=('any')
url="https://github.com/micheleg/dash-to-dock/tree/ubuntu-dock"
license=('GPL')
depends=('gnome-shell')
-makedepends=('gettext' 'intltool')
+makedepends=('gettext' 'intltool' 'sassc')
source=("https://github.com/micheleg/dash-to-dock/archive/ubuntu-dock-$pkgver.tar.gz")
-sha256sums=('249bd7b2f5247898ea405a2af60102012b900550797ec649146f2f4b848c66da')
+sha256sums=('4edd91d71178e058038963ab4002c21f90f7fb748b5a409fdfea759ae79627f5')
build() {
cd $_pkgname-$pkgver