summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeth Flynn2021-01-23 20:50:36 -0500
committerSeth Flynn2021-01-23 20:50:36 -0500
commit7a6ac3e2f5f2aaa7840c2e55fe91290f2ad19dc2 (patch)
tree31a78836197bc7f42c4969c27664364653e8afa4
parentb02b2a465af9c26d60ab0f4c32964a139d36d75c (diff)
downloadaur-7a6ac3e2f5f2aaa7840c2e55fe91290f2ad19dc2.tar.gz
update checksum
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66760a8bbb77..578a9b743752 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = aur-update
provides = aur-update
conflicts = aur-update
source = https://github.com/getchoo/aur-update/archive/v0.1.1.tar.gz
- md5sums = b6584b8ad5f122802414c2f7adf0fd80
+ md5sums = 7ee460a5bdab2355689b4170341ca89e
pkgname = aur-update
diff --git a/PKGBUILD b/PKGBUILD
index e9214969de20..4baf5299d5f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,10 +9,11 @@ arch=("any")
url="https://github.com/getchoo/aur-update"
depends=("curl")
license=("MIT")
+depends=("curl")
provides=(${_pkgname})
conflicts=(${_pkgname})
source=('https://github.com/getchoo/aur-update/archive/v0.1.1.tar.gz')
-md5sums=('b6584b8ad5f122802414c2f7adf0fd80')
+md5sums=('7ee460a5bdab2355689b4170341ca89e')
package() {
cd "$pkgname-$pkgver"