summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Waller2018-07-25 17:28:38 -0700
committerEric Waller2018-07-25 17:28:38 -0700
commit89773a03c1e0f83816eee2556c31934dd94c6af7 (patch)
tree28a3446d92e6687683e7dbba0c429688985f0065
parenta3ab3c57aea7adc3e54cbacf8769c59139075cd2 (diff)
downloadaur-dup.py.tar.gz
Fixed PKGBUILD to ensure that a specified commit is built rather that
selecting the master. This should bring the PKGBUILD into compliance with the packaging requirements for git projects.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ec5c9dbf758..e4ef1b69fd5c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dup.py
pkgdesc = Duplicate File manager with multimedia geolocation metadata extensions
pkgver = 1.0.r3.g2b6b18c
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/ewwaller/dup.py
arch = any
license = GPL3
@@ -12,7 +12,7 @@ pkgbase = dup.py
optdepends = python-argcomplete
optdepends = python-gobject
optdepends = libgexiv2
- source = git+https://github.com/ewwaller/dup.py.git
+ source = git+https://github.com/ewwaller/dup.py.git#commit=2b6b18c
md5sums = SKIP
pkgname = dup.py
diff --git a/PKGBUILD b/PKGBUILD
index 44a7bd710365..03bf15f4596e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=dup.py
pkgver=1.0.r3.g2b6b18c
-pkgrel=5
+pkgrel=6
pkgdesc='Duplicate File manager with multimedia geolocation metadata extensions'
arch=('any')
url='https://github.com/ewwaller/dup.py'
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('python' 'sqlite' 'argparser-python')
optdepends=('python-argcomplete' 'python-gobject' 'libgexiv2')
makedepends=('git')
-source=("git+${url}.git")
+source=("git+${url}.git#commit=${pkgver#*.g}")
md5sums=('SKIP')
pkgver() {