summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeth Flynn2021-01-23 20:37:45 -0500
committerSeth Flynn2021-01-23 20:37:45 -0500
commitb02b2a465af9c26d60ab0f4c32964a139d36d75c (patch)
tree27c819f3229fbb77a753ce3fb82de976aa124127
parentf0cb1928155ec1a88c130e17d545d34a2c453390 (diff)
downloadaur-b02b2a465af9c26d60ab0f4c32964a139d36d75c.tar.gz
update aur-update to v0.1.1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7cf6f17569f2..66760a8bbb77 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = aur-update
pkgdesc = automatically update PKGBUILD files for the AUR
- pkgver = 0.1.0
- pkgrel = 1
+ pkgver = 0.1.1
+ pkgrel = 2
url = https://github.com/getchoo/aur-update
arch = any
license = MIT
+ depends = curl
provides = aur-update
conflicts = aur-update
- source = https://github.com/getchoo/aur-update/archive/v0.1.0.tar.gz
- md5sums = 657b502dc511d46adebcfa102cb8c1c6
+ source = https://github.com/getchoo/aur-update/archive/v0.1.1.tar.gz
+ md5sums = b6584b8ad5f122802414c2f7adf0fd80
pkgname = aur-update
diff --git a/PKGBUILD b/PKGBUILD
index 63a06551aa54..e9214969de20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,17 @@
pkgname=aur-update
_pkgname=aur-update
-pkgver=0.1.0
-pkgrel=1
+pkgver=0.1.1
+pkgrel=2
pkgdesc="automatically update PKGBUILD files for the AUR"
arch=("any")
url="https://github.com/getchoo/aur-update"
+depends=("curl")
license=("MIT")
provides=(${_pkgname})
conflicts=(${_pkgname})
-source=('https://github.com/getchoo/aur-update/archive/v0.1.0.tar.gz')
-md5sums=('657b502dc511d46adebcfa102cb8c1c6')
+source=('https://github.com/getchoo/aur-update/archive/v0.1.1.tar.gz')
+md5sums=('b6584b8ad5f122802414c2f7adf0fd80')
package() {
cd "$pkgname-$pkgver"