diff options
author | Evangelos Foutras | 2023-01-15 08:52:32 +0000 |
---|---|---|
committer | Evangelos Foutras | 2023-01-15 08:52:32 +0000 |
commit | 1362756dea48058e1641f0248d2a7585b5474a54 (patch) | |
tree | b7b8c5212a1fe74f2650688536187473b8c405fd | |
parent | 08bf7e0f57a1b422dde2f57d5ffa9a59e45ddae8 (diff) | |
download | aur-1362756dea48058e1641f0248d2a7585b5474a54.tar.gz |
Drop options=(debug)/options=('debug') from trunk
devtools 20230105-1 enables the debug option by default.
A follow-up commit will remove debug from alongside other options.
-rw-r--r-- | PKGBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -34,7 +34,6 @@ sha256sums=('e76da1f13d5ad5e0179e3fec57543126044339405ef19c397e105e0807bd4e41' '3a2c331177efb9530791d777297aba32822c55f0e9de116d89c640d3d1ba0843' '5809f21a93a26a610a11c2e41fe6c9b64a142877c2accd45c83350459b1d357c' 'e9058d261138e637248b20243e3e81ff337ab669a4a25fbff387bf9558a682c6') -options=(debug) prepare() { patch -d $pkgname-$pkgver -p1 < pam-faillock.patch # Port away from deprecated pam_tally2 |