summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Engledow2024-04-02 13:57:16 +0100
committerSteve Engledow2024-04-02 13:57:16 +0100
commit11897cc74013c2329ef7b962abdab3d1fd66641a (patch)
tree8e0d179c851effdbb8676e89ac004d37fa5da340
parent6b2360f3663fb249ce44492207e8945916b7245c (diff)
downloadaur-11897cc74013c2329ef7b962abdab3d1fd66641a.tar.gz
Add upstream URL to PKGBUILD
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2a7b30e08d4..7eb3743417e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,8 @@
pkgbase = please
pkgdesc = A command line utility that makes it easy to integrate web services into your shell scripts
pkgver = 1.1
- pkgrel = 1
+ pkgrel = 2
+ url = https://github.com/stilvoid/please
arch = i686
arch = x86_64
license = MIT
@@ -11,4 +12,3 @@ pkgbase = please
md5sums_x86_64 = ed0b9396974e0e9cbe9305037b3a443b
pkgname = please
-
diff --git a/PKGBUILD b/PKGBUILD
index 55534dc784a6..58e39503dc02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Steve Engledow <steve at offend dot me dot uk>
pkgname=please
pkgver=1.1
-pkgrel=1
+pkgrel=2
pkgdesc="A command line utility that makes it easy to integrate web services into your shell scripts"
arch=('i686' 'x86_64')
-url=""
+url="https://github.com/stilvoid/please"
license=('MIT')
install=
changelog=