summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeth Flynn2021-07-12 16:47:02 -0400
committerSeth Flynn2021-07-12 16:49:33 -0400
commit3ffd48a17311a37ae5c7a775d151ba8bf06885f4 (patch)
tree5051bf46a7eea15c4f9b6bca5dcfedc18f35bc09
parent82a5c3f6a9c8d644ec58e67458f7a52eacdde1d5 (diff)
parent13e2ebec143619ee11949ba6cd3561b1c795c04a (diff)
downloadaur-3ffd48a17311a37ae5c7a775d151ba8bf06885f4.tar.gz
forgot to updat srcinfo
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d41dedeb07bd..629858bd10e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=aur-update
_pkgname=aur-update
pkgver=0.1.2
-pkgrel=2
+pkgrel=1
pkgdesc="automatically update PKGBUILD files for the AUR"
arch=("any")
url="https://github.com/getchoo/aur-update"
@@ -15,7 +15,7 @@ conflicts=(${_pkgname})
source=('https://github.com/getchoo/aur-update/archive/refs/tags/v0.1.2.tar.gz')
md5sums=('1dc324301585aafa58d2b73553bde087')
-package() {
+install() {
cd "$pkgname-$pkgver"
make PREFIX="$pkgdir/usr/local" install
}