summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoritz Poldrack2023-01-26 10:45:05 +0100
committerMoritz Poldrack2023-01-26 10:45:45 +0100
commit8820990f8a56225c1b04c72542ae52b8204e72ea (patch)
tree45b9cc7bb06476bac175ed3f70e5527428c1e867
parente53cae91fa1e35b21c501feed18b78f788a98e83 (diff)
downloadaur-8820990f8a56225c1b04c72542ae52b8204e72ea.tar.gz
update makefile patch
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
-rw-r--r--makefile-fix.patch8
3 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8ba09a6d676..5bf4ac858927 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,6 +17,6 @@ pkgbase = aerc-git
source = aerc::git+https://git.sr.ht/~rjarry/aerc
source = makefile-fix.patch
sha512sums = SKIP
- sha512sums = e8fe0511ecc5b80367a3580ce85d868a3008b8d2ca083b7f8293c28bb76c02f42828c17e59dad9c62f092243158b80e02301e569b5c51541fe97e99414daaea0
+ sha512sums = aa374d17c4e704ec9adf696db547e6c8bdd4b13cacc4d0dbeb4010a687e3ad14db3ae8dfee1fd588ed004fcb21b871b8f2f967c38e93765750e32f31f3b2553b
pkgname = aerc-git
diff --git a/PKGBUILD b/PKGBUILD
index 95795d27fa8f..c284a28c7c5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: Gökberk Yaltıraklı <aur at gkbrk dot com>
+# Maintainer: Moritz Poldrack <moritz@poldrack.dev>
+# Contributor: Gökberk Yaltıraklı <aur at gkbrk dot com>
# Contributor: Stefan Tatschner <stefan@rumpelsepp.org>
# Contributor: Drew DeVault <sir@cmpwn.com>
@@ -21,7 +22,7 @@ source=(
)
sha512sums=(
'SKIP'
- 'e8fe0511ecc5b80367a3580ce85d868a3008b8d2ca083b7f8293c28bb76c02f42828c17e59dad9c62f092243158b80e02301e569b5c51541fe97e99414daaea0'
+ 'aa374d17c4e704ec9adf696db547e6c8bdd4b13cacc4d0dbeb4010a687e3ad14db3ae8dfee1fd588ed004fcb21b871b8f2f967c38e93765750e32f31f3b2553b'
)
options=('!buildflags')
diff --git a/makefile-fix.patch b/makefile-fix.patch
index ee6b8ec0b48c..83730f76b3fa 100644
--- a/makefile-fix.patch
+++ b/makefile-fix.patch
@@ -1,12 +1,12 @@
diff --git a/Makefile b/Makefile
-index b475405..cbd13ec 100644
+index 3ac53e0..c43178f 100644
--- a/Makefile
+++ b/Makefile
-@@ -111,7 +111,7 @@ RM?=rm -f
+@@ -118,7 +118,7 @@ RM?=rm -f
clean:
- $(RM) $(DOCS) aerc
+ $(RM) $(DOCS) aerc wrap colorize
--install: $(DOCS) aerc wrap
+-install: $(DOCS) aerc wrap colorize
+install:
mkdir -m755 -p $(DESTDIR)$(BINDIR) $(DESTDIR)$(MANDIR)/man1 $(DESTDIR)$(MANDIR)/man5 $(DESTDIR)$(MANDIR)/man7 \
$(DESTDIR)$(SHAREDIR) $(DESTDIR)$(SHAREDIR)/filters $(DESTDIR)$(SHAREDIR)/templates $(DESTDIR)$(SHAREDIR)/stylesets \