summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2022-06-01 20:01:33 -0600
committerBrian Bidulock2022-06-01 20:01:33 -0600
commitbca6a889e157e9d777517e5c09d21ea948bc8fc5 (patch)
tree912755dfe3cfa389867efa9a333241fe99ad16f1
parent0a24cd3e6c9bdf8a39eaf22b4d623230497e5d42 (diff)
downloadaur-bca6a889e157e9d777517e5c09d21ea948bc8fc5.tar.gz
no empty dirs
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e09d93315639..7335716e4bce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = perl-geoip
license = GPL
depends = geoip
provides = cassandra
+ options = !emptydirs
source = https://github.com/maxmind/geoip-api-perl/archive/v1.51.zip
md5sums = 2eb8f7202d3b77d86f7248af61860c90
diff --git a/PKGBUILD b/PKGBUILD
index 0c15658733f3..a0c2f9398267 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,7 @@ url="https://github.com/maxmind/geoip-api-perl"
source=("https://github.com/maxmind/${_gitname}/archive/v${pkgver}.zip")
md5sums=('2eb8f7202d3b77d86f7248af61860c90')
depends=('geoip')
+options=('!emptydirs')
provides=('cassandra')
build() {