summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Wojdyla2024-05-24 23:28:47 +0200
committerMichal Wojdyla2024-05-24 23:28:47 +0200
commite8068d9f15cac28ac5316eb72a8bac53b7f4c116 (patch)
tree545aa6d749dc18b1780f59a036d69eb6cb703a58
parente3314c014c67c2579205867cb0d832ddce41169d (diff)
downloadaur-c-intro-and-ref.tar.gz
remove unneeded option
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68c66cb1867e..cf5bb962a10c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = c-intro-and-ref
pkgdesc = GNU C Language Introduction and Reference Manual
pkgver = 0.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.gnu.org/software/c-intro-and-ref/
arch = any
license = GFDL-1.3-or-later
optdepends = texinfo: to view documentation in info format
- options = !emptydirs
source = https://ftp.gnu.org/gnu/c-intro-and-ref/c-intro-and-ref-0.0.tar.gz
sha256sums = d5fa39fd1433e2c4c0ea5638c0162ebee6ec00ffed628621237b10025171eb4a
diff --git a/PKGBUILD b/PKGBUILD
index 9f01a900e610..52570426a538 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,12 @@
pkgname=c-intro-and-ref
pkgver=0.0
-pkgrel=1
+pkgrel=2
pkgdesc="GNU C Language Introduction and Reference Manual"
arch=('any')
url="https://www.gnu.org/software/c-intro-and-ref/"
license=('GFDL-1.3-or-later')
optdepends=('texinfo: to view documentation in info format')
-options=(!emptydirs)
source=(https://ftp.gnu.org/gnu/c-intro-and-ref/c-intro-and-ref-${pkgver}.tar.gz)
sha256sums=('d5fa39fd1433e2c4c0ea5638c0162ebee6ec00ffed628621237b10025171eb4a')