summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorthebitstick2020-04-17 06:12:42 -0500
committerthebitstick2020-04-17 06:12:42 -0500
commit6a0c2dff08208ed613310ef5f73a1b7c835a639d (patch)
tree6c669ef785c19d436fcbb5a8a107d5c873c8cefb
parentb6e398c810e182104f459017a4fb6e5b209bcf7b (diff)
downloadaur-6a0c2dff08208ed613310ef5f73a1b7c835a639d.tar.gz
Added 'git' for makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a51c8eb4ad2a..67b12a21fb41 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = nautilus-gnome-disks-git
url = https://github.com/thebitstick/nautilus-gnome-disks
arch = any
license = GPL3
+ makedepends = git
depends = python-nautilus
depends = gnome-disk-utility
provides = nautilus-gnome-disks
diff --git a/PKGBUILD b/PKGBUILD
index 678aa447c89f..8471d43853dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: TheBitStick <thebitstick@librem.one> <the@bitstick.rip>
pkgname=nautilus-gnome-disks-git
_pkgname=nautilus-gnome-disks
-pkgver=r2.fc84c48
+pkgver=r4.496beb7
pkgrel=1
pkgdesc="Allows you to restore/write a disk image to storage devices using GNOME Disks from Nautilus"
arch=('any')
url="https://github.com/thebitstick/nautilus-gnome-disks"
license=('GPL3')
depends=('python-nautilus' 'gnome-disk-utility')
+makedepends=('git')
provides=('nautilus-gnome-disks')
conflicts=('nautilus-gnome-disks')
source=('git+https://github.com/thebitstick/nautilus-gnome-disks')