summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAryan Ghasemi2024-05-04 17:50:31 +0330
committerAryan Ghasemi2024-05-04 17:50:31 +0330
commit80bf00bee9375fc6a25c328bc03e47e77a1ebd66 (patch)
tree309cfffef2b2bab83ec7d21f4576c544756846ea
parent1765df8f7f58a0d0947373ec09ab28d745d2084e (diff)
downloadaur-80bf00bee9375fc6a25c328bc03e47e77a1ebd66.tar.gz
Revert "foobar test"
This reverts commit 1765df8f7f58a0d0947373ec09ab28d745d2084e.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa1c081b5c4d..967426591c98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = with-git
pkgdesc = Command prefixing for continuous workflow using a single tool
pkgver = r64.28eb40b
- pkgrel = 2
+ pkgrel = 1
url = https://github.com/mchav/with
arch = any
- license = Apache-3.0
+ license = Apache-2.0
makedepends = git
source = git+https://github.com/mchav/with
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a0e982967861..fdbe2ed2512a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=with-git
_gitname=with
pkgver=r64.28eb40b
-pkgrel=2
+pkgrel=1
pkgdesc="Command prefixing for continuous workflow using a single tool"
arch=('any')
url="https://github.com/mchav/with"
-license=('Apache-3.0')
+license=('Apache-2.0')
makedepends=('git')
source=("git+${url}")
sha256sums=('SKIP')