summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeia2020-07-08 10:14:31 +0200
committerLeia2020-07-08 10:14:31 +0200
commitc68887bfbd4d14e3f3134c2c9f2f5d5936bbe8ec (patch)
treee82ef8e8e9fa01be344313c2a7ce66cbcc50e637
parent2470e24cce727410d11e375c82b43d6dfc907751 (diff)
downloadaur-c68887bfbd4d14e3f3134c2c9f2f5d5936bbe8ec.tar.gz
Bump to 1.0.2, removed patch to include it in PKGBUILD instead.
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD21
-rw-r--r--badwolf.install2
3 files changed, 13 insertions, 22 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52348183f761..2730bb216fe5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,23 +1,17 @@
pkgbase = badwolf
pkgdesc = A minimalist and privacy-oriented WebKit browser.
- pkgver = 1.0.0
+ pkgver = 1.0.2
pkgrel = 1
url = https://hacktivis.me/projects/badwolf
install = badwolf.install
arch = i686
- arch = pentium4
arch = x86_64
- arch = aarch64
- arch = arm
- arch = armv6h
arch = armv7h
license = BSD
depends = webkit2gtk
- source = https://hacktivis.me/releases/badwolf-1.0.0.tar.gz
- source = arch.patch
+ source = https://hacktivis.me/releases/badwolf-1.0.2.tar.gz
source = LICENSE
- sha512sums = 72437709a32937c33dc0509f94efbb5f3551b039017d3067b02f5d2b275eb4f3883dba8dc1c1b4b82bfa31a7b174f5fa393ceeefaf627d9b6c27be0fea5a0652
- sha512sums = 1b4ecfe1858378268dc10c60da2891ec83dd2af0df42c72eaf2eb94ec49ffd7243ac6258ade040e78b64082265f8a65515ee0ba38b1cad1c21f6287c048df008
+ sha512sums = 6c4e33adb62e13a5d6e878fc649d1e2764e0995db5b34a946a9b7aed2d85bb990248168b322801b7366a0d22ff8ae886092ca68f436f815ba2667ee13b13e4ea
sha512sums = 9a3b68429fc2267d596e08671330cc81f6d00ac7217a7a3991ebb583823a13e323108b514f5ec672c0982844ec581d9fed28dfede8fd92976b41d46b2924e140
pkgname = badwolf
diff --git a/PKGBUILD b/PKGBUILD
index 76ce5b51e368..beb38d830816 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,27 +1,25 @@
# Maintainer: Leia <waste at mrtino dot eu>
pkgname=badwolf
-pkgver=1.0.0
+pkgver=1.0.2
pkgrel=1
pkgdesc="A minimalist and privacy-oriented WebKit browser."
url="https://hacktivis.me/projects/badwolf"
-arch=('i686' 'pentium4' 'x86_64' 'aarch64' 'arm' 'armv6h' 'armv7h')
+arch=('i686' 'x86_64' 'armv7h')
license=('BSD')
#makedepends=('clang') # if you want to use clang instead of gcc, decomment this line and change CC=gcc to CC=clang in the build section
depends=('webkit2gtk')
source=("https://hacktivis.me/releases/$pkgname-$pkgver.tar.gz"
- "arch.patch"
"LICENSE")
-sha512sums=('72437709a32937c33dc0509f94efbb5f3551b039017d3067b02f5d2b275eb4f3883dba8dc1c1b4b82bfa31a7b174f5fa393ceeefaf627d9b6c27be0fea5a0652'
- '1b4ecfe1858378268dc10c60da2891ec83dd2af0df42c72eaf2eb94ec49ffd7243ac6258ade040e78b64082265f8a65515ee0ba38b1cad1c21f6287c048df008'
+sha512sums=('6c4e33adb62e13a5d6e878fc649d1e2764e0995db5b34a946a9b7aed2d85bb990248168b322801b7366a0d22ff8ae886092ca68f436f815ba2667ee13b13e4ea'
'9a3b68429fc2267d596e08671330cc81f6d00ac7217a7a3991ebb583823a13e323108b514f5ec672c0982844ec581d9fed28dfede8fd92976b41d46b2924e140')
install=badwolf.install
-prepare() {
- cd "$pkgname-${pkgver//_/-}"
- # In order to be compliant with Arch Linux directory guidelines
- patch -p1 -i "$srcdir/arch.patch"
-}
+#prepare() {
+# cd "$pkgname-${pkgver//_/-}"
+# # In order to be compliant with Arch Linux directory guidelines
+# patch -p1 -i "$srcdir/arch.patch"
+#}
build() {
cd "$pkgname-$pkgver"
@@ -30,8 +28,7 @@ build() {
package() {
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
- # install -Dm644 badwolf.desktop "$pkgdir/usr/share/applications/badwolf.desktop"
cd "$pkgname-$pkgver"
- make DESTDIR="$pkgdir/" install
+ make PREFIX=/usr DESTDIR="$pkgdir/" install
}
diff --git a/badwolf.install b/badwolf.install
index b4a3e388a72f..0e82082e7440 100644
--- a/badwolf.install
+++ b/badwolf.install
@@ -4,6 +4,6 @@ post_install() {
}
post_upgrade() {
- echo "-- Badwolf 1.0.0 changelog: the user interface is now customizable through interface.css (you'll have to modify it and then rebuild the package). A logo has been made. Downloads tab, back/forward, print buttons. You can toggle the automatic loading of images."
+ echo "-- Badwolf 1.0.2 changelog: Support for relative paths as command line arguments. Downloads tab no longer resizes the main window. Manpage's syntax doesn't break GNU groff anymore. When a new tab is opened by the user, switch to it."
/bin/true
}