summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormagnus2022-12-15 16:15:24 -0600
committermagnus2022-12-15 16:15:24 -0600
commit18223bfb7001a3868b41f6e0d0ad5e36e939de93 (patch)
tree6568552ed1d6ea075e8998908d73b1b564c331da /PKGBUILD
parent11f28b7d363e95f6966c8545ffebe5b594f3b459 (diff)
downloadaur-shitpost.tar.gz
Stop hosting source file on AUR
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1c1a239208aa..9d5f576298ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,11 +8,12 @@ pkgdesc="A tool to create memes using CLI"
arch=('i686' 'x86_64')
license=('custom:DWTFYW')
url="https://redd.it/5ezk1f"
+source=('https://raw.githubusercontent.com/magnus-ISU/aur-scripts/master/shitpost')
depends=('imagemagick')
optdepends=('ttf-ms-fonts')
-noextract=('shitpost')
+md5sums=('SKIP')
package() {
mkdir -p "${pkgdir}/usr/bin/"
- install -D -m755 ../shitpost "${pkgdir}/usr/bin/"
+ install -D -m755 "$srcdir/shitpost" "$pkgdir/usr/bin/"
}